Html Css Color HEX #C29EEF Perfume

📋 copy color: '#C29EEF'

red 194 ◦ green 158 ◦ blue 239

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

Shades of Perfume #C29EEF

Tints of Perfume #C29EEF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.73%

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

R = 32.83%
G = 26.73%
B = 40.44%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C29EEF (or 0xC29EEF) is known color: Perfume. HEX triplet: C2, 9E and EF. RGB value is (194,158,239). Sum of RGB (Red+Green+Blue) = 194+158+239=591 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.83% from 591); Green value is 158 (62.11% from 255 or 26.73% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #C29EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29EEF is #3D6110. Grayscale: #B1B1B1. Windows color (decimal): -4022545 or 15703746. OLE color: 15703746.

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

Color convert

RGB 194 158 239 -
CMYK 0.19 0.34 0 0.06
HSL 266.67º 0.72% 0.78% -
HSV(B) 266.67º 0.34% 0.94% -
XYZ 50.05 42.16 87.16 -
YUV 178 162.43 139.41 -
System Red Green Blue C M Y K H S L
Decimal 194 158 239 0.19 0.34 0 0.06 266.67 0.72 0.78
Hex C2 9E EF 13 22 0 6 10B 48 4E
Octal 302 236 357 23 42 0 6 413 110 116
Binary 11000010 10011110 11101111 10011 100010 0 110 100001011 1001000 1001110

Color Harmonies of #C29EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29EEF

Black with #C29EEF

Text Example


Text Example

White with #C29EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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