Html Css Color HEX #CF93CB Lilac

📋 copy color: '#CF93CB'

red 207 ◦ green 147 ◦ blue 203

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

Shades of Lilac #CF93CB

Tints of Lilac #CF93CB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.39%

 BLUE value IS 203 (79.69% from 255) = 36.45%

R = 37.16%
G = 26.39%
B = 36.45%

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

#CF93CB (or 0xCF93CB) is known color: Lilac. HEX triplet: CF, 93 and CB. RGB value is (207,147,203). Sum of RGB (Red+Green+Blue) = 207+147+203=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 207 - color contains mainly: red. Hex color #CF93CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93CB is #306C34. Grayscale: #ABABAB. Windows color (decimal): -3173429 or 13341647. OLE color: 13341647.

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

Color convert

RGB 207 147 203 -
CMYK 0 0.29 0.02 0.19
HSL 304º 0.38% 0.69% -
HSV(B) 304º 0.29% 0.81% -
XYZ 46.95 38.44 61.45 -
YUV 171.32 145.88 153.45 -
System Red Green Blue C M Y K H S L
Decimal 207 147 203 0 0.29 0.02 0.19 304 0.38 0.69
Hex CF 93 CB 0 1D 2 13 130 26 45
Octal 317 223 313 0 35 2 23 460 46 105
Binary 11001111 10010011 11001011 0 11101 10 10011 100110000 100110 1000101

Color Harmonies of #CF93CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF93CB

Black with #CF93CB

Text Example


Text Example

White with #CF93CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF93CB; }

 p { color: rgb(207,147,203); }

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

background-color css

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

 a { background-color: rgb(207,147,203); }

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

border-color css

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

 span { border-color: rgb(207,147,203); }

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