Html Css Color HEX #C29CEF Perfume

📋 copy color: '#C29CEF'

red 194 ◦ green 156 ◦ blue 239

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

Shades of Perfume #C29CEF

Tints of Perfume #C29CEF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.49%

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

R = 32.94%
G = 26.49%
B = 40.58%

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

#C29CEF (or 0xC29CEF) is known color: Perfume. HEX triplet: C2, 9C and EF. RGB value is (194,156,239). Sum of RGB (Red+Green+Blue) = 194+156+239=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #C29CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29CEF is #3D6310. Grayscale: #B0B0B0. Windows color (decimal): -4023057 or 15703234. OLE color: 15703234.

HSL color Cylindrical-coordinate representation of color #C29CEF: hue angle of 267.47º 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 #C29CEF is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 156 239 -
CMYK 0.19 0.35 0 0.06
HSL 267.47º 0.72% 0.77% -
HSV(B) 267.47º 0.35% 0.94% -
XYZ 49.72 41.48 87.05 -
YUV 176.82 163.09 140.25 -
System Red Green Blue C M Y K H S L
Decimal 194 156 239 0.19 0.35 0 0.06 267.47 0.72 0.77
Hex C2 9C EF 13 23 0 6 10B 48 4D
Octal 302 234 357 23 43 0 6 413 110 115
Binary 11000010 10011100 11101111 10011 100011 0 110 100001011 1001000 1001101

Color Harmonies of #C29CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29CEF

Black with #C29CEF

Text Example


Text Example

White with #C29CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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