Html Css Color HEX #CF94C9 Lilac

📋 copy color: '#CF94C9'

red 207 ◦ green 148 ◦ blue 201

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

Shades of Lilac #CF94C9

Tints of Lilac #CF94C9

RGB

 RED value IS 207 (81.25% from 255) = 37.23%

 GREEN value IS 148 (58.2% from 255) = 26.62%

 BLUE value IS 201 (78.91% from 255) = 36.15%

R = 37.23%
G = 26.62%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CF94C9 (or 0xCF94C9) is known color: Lilac. HEX triplet: CF, 94 and C9. RGB value is (207,148,201). Sum of RGB (Red+Green+Blue) = 207+148+201=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CF94C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF94C9 is #306B36. Grayscale: #ABABAB. Windows color (decimal): -3173175 or 13210831. OLE color: 13210831.

HSL color Cylindrical-coordinate representation of color #CF94C9: hue angle of 306.1º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF94C9 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 148 201 -
CMYK 0 0.29 0.03 0.19
HSL 306.1º 0.38% 0.7% -
HSV(B) 306.1º 0.29% 0.81% -
XYZ 46.86 38.66 60.25 -
YUV 171.68 144.55 153.19 -
System Red Green Blue C M Y K H S L
Decimal 207 148 201 0 0.29 0.03 0.19 306.1 0.38 0.7
Hex CF 94 C9 0 1D 3 13 132 26 46
Octal 317 224 311 0 35 3 23 462 46 106
Binary 11001111 10010100 11001001 0 11101 11 10011 100110010 100110 1000110

Color Harmonies of #CF94C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF94C9

Black with #CF94C9

Text Example


Text Example

White with #CF94C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF94C9; }

 p { color: rgb(207,148,201); }

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

background-color css

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

 a { background-color: rgb(207,148,201); }

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

border-color css

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

 span { border-color: rgb(207,148,201); }

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