Html Css Color HEX #C29BEF Perfume

📋 copy color: '#C29BEF'

red 194 ◦ green 155 ◦ blue 239

#C29BEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #C29BEF

Tints of Perfume #C29BEF

RGB

 RED value IS 194 (76.17% from 255) = 32.99%

 GREEN value IS 155 (60.94% from 255) = 26.36%

 BLUE value IS 239 (93.75% from 255) = 40.65%

R = 32.99%
G = 26.36%
B = 40.65%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C29BEF (or 0xC29BEF) is known color: Perfume. HEX triplet: C2, 9B and EF. RGB value is (194,155,239). Sum of RGB (Red+Green+Blue) = 194+155+239=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 155 (60.94% from 255 or 26.36% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #C29BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29BEF is #3D6410. Grayscale: #AFAFAF. Windows color (decimal): -4023313 or 15702978. OLE color: 15702978.

HSL color Cylindrical-coordinate representation of color #C29BEF: hue angle of 267.86º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C29BEF is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 155 239 -
CMYK 0.19 0.35 0 0.06
HSL 267.86º 0.72% 0.77% -
HSV(B) 267.86º 0.35% 0.94% -
XYZ 49.55 41.14 86.99 -
YUV 176.24 163.42 140.67 -
System Red Green Blue C M Y K H S L
Decimal 194 155 239 0.19 0.35 0 0.06 267.86 0.72 0.77
Hex C2 9B EF 13 23 0 6 10C 48 4D
Octal 302 233 357 23 43 0 6 414 110 115
Binary 11000010 10011011 11101111 10011 100011 0 110 100001100 1001000 1001101

Color Harmonies of #C29BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29BEF

Black with #C29BEF

Text Example


Text Example

White with #C29BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29BEF; }

 p { color: rgb(194,155,239); }

 H1.HeaderClassName
 {
   color: #C29BEF;
 }
 .AnyTagClassName
 {
   color: #C29BEF;
 }
</style>

background-color css

<style>
 a { background-color: #C29BEF; }

 a { background-color: rgb(194,155,239); }

 div.DivClassName
 {
   background-color: #C29BEF;
 }
 .BgClassName
 {
   background-color: #C29BEF;
 }
</style>

border-color css

<style>
 span { border-color: #C29BEF; }

 span { border-color: rgb(194,155,239); }

 td.TdClassName
 {
   border-color: #C29BEF;
 }
 .TagClassName
 {
   border-color: #C29BEF;
 }
</style>