Html Css Color HEX #C29FEF Perfume

📋 copy color: '#C29FEF'

red 194 ◦ green 159 ◦ blue 239

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

Shades of Perfume #C29FEF

Tints of Perfume #C29FEF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.86%

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

R = 32.77%
G = 26.86%
B = 40.37%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C29FEF (or 0xC29FEF) is known color: Perfume. HEX triplet: C2, 9F and EF. RGB value is (194,159,239). Sum of RGB (Red+Green+Blue) = 194+159+239=592 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.77% from 592); Green value is 159 (62.5% from 255 or 26.86% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #C29FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29FEF is #3D6010. Grayscale: #B2B2B2. Windows color (decimal): -4022289 or 15704002. OLE color: 15704002.

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

Color convert

RGB 194 159 239 -
CMYK 0.19 0.33 0 0.06
HSL 266.25º 0.71% 0.78% -
HSV(B) 266.25º 0.33% 0.94% -
XYZ 50.23 42.5 87.22 -
YUV 178.59 162.1 139 -
System Red Green Blue C M Y K H S L
Decimal 194 159 239 0.19 0.33 0 0.06 266.25 0.71 0.78
Hex C2 9F EF 13 21 0 6 10A 47 4E
Octal 302 237 357 23 41 0 6 412 107 116
Binary 11000010 10011111 11101111 10011 100001 0 110 100001010 1000111 1001110

Color Harmonies of #C29FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29FEF

Black with #C29FEF

Text Example


Text Example

White with #C29FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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