Html Css Color HEX #CF94CA Lilac

📋 copy color: '#CF94CA'

red 207 ◦ green 148 ◦ blue 202

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

Shades of Lilac #CF94CA

Tints of Lilac #CF94CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.27%

R = 37.16%
G = 26.57%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF94CA (or 0xCF94CA) is known color: Lilac. HEX triplet: CF, 94 and CA. RGB value is (207,148,202). Sum of RGB (Red+Green+Blue) = 207+148+202=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 148 (58.20% from 255 or 26.57% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 207 - color contains mainly: red. Hex color #CF94CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF94CA is #306B35. Grayscale: #ABABAB. Windows color (decimal): -3173174 or 13276367. OLE color: 13276367.

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

Color convert

RGB 207 148 202 -
CMYK 0 0.29 0.02 0.19
HSL 305.08º 0.38% 0.7% -
HSV(B) 305.08º 0.29% 0.81% -
XYZ 46.98 38.71 60.87 -
YUV 171.8 145.05 153.11 -
System Red Green Blue C M Y K H S L
Decimal 207 148 202 0 0.29 0.02 0.19 305.08 0.38 0.7
Hex CF 94 CA 0 1D 2 13 131 26 46
Octal 317 224 312 0 35 2 23 461 46 106
Binary 11001111 10010100 11001010 0 11101 10 10011 100110001 100110 1000110

Color Harmonies of #CF94CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF94CA

Black with #CF94CA

Text Example


Text Example

White with #CF94CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF94CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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