Html Css Color HEX #CF8CCB Lilac

📋 copy color: '#CF8CCB'

red 207 ◦ green 140 ◦ blue 203

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

Shades of Lilac #CF8CCB

Tints of Lilac #CF8CCB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.45%

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

R = 37.64%
G = 25.45%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF8CCB (or 0xCF8CCB) is known color: Lilac. HEX triplet: CF, 8C and CB. RGB value is (207,140,203). Sum of RGB (Red+Green+Blue) = 207+140+203=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8CCB is #307334. Grayscale: #A7A7A7. Windows color (decimal): -3175221 or 13339855. OLE color: 13339855.

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

Color convert

RGB 207 140 203 -
CMYK 0 0.32 0.02 0.19
HSL 303.58º 0.41% 0.68% -
HSV(B) 303.58º 0.32% 0.81% -
XYZ 45.89 36.33 61.09 -
YUV 167.22 148.2 156.38 -
System Red Green Blue C M Y K H S L
Decimal 207 140 203 0 0.32 0.02 0.19 303.58 0.41 0.68
Hex CF 8C CB 0 20 2 13 130 29 44
Octal 317 214 313 0 40 2 23 460 51 104
Binary 11001111 10001100 11001011 0 100000 10 10011 100110000 101001 1000100

Color Harmonies of #CF8CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8CCB

Black with #CF8CCB

Text Example


Text Example

White with #CF8CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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