Html Css Color HEX #CFB0CF Lilac

📋 copy color: '#CFB0CF'

red 207 ◦ green 176 ◦ blue 207

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

Shades of Lilac #CFB0CF

Tints of Lilac #CFB0CF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.83%

 BLUE value IS 207 (81.25% from 255) = 35.08%

R = 35.08%
G = 29.83%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CFB0CF (or 0xCFB0CF) is known color: Lilac. HEX triplet: CF, B0 and CF. RGB value is (207,176,207). Sum of RGB (Red+Green+Blue) = 207+176+207=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 176 (69.14% from 255 or 29.83% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFB0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0CF is #304F30. Grayscale: #BCBCBC. Windows color (decimal): -3166001 or 13611215. OLE color: 13611215.

HSL color Cylindrical-coordinate representation of color #CFB0CF: hue angle of 300º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFB0CF is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 176 207 -
CMYK 0 0.15 0 0.19
HSL 300º 0.24% 0.75% -
HSV(B) 300º 0.15% 0.81% -
XYZ 52.52 48.82 65.69 -
YUV 188.8 138.27 140.98 -
System Red Green Blue C M Y K H S L
Decimal 207 176 207 0 0.15 0 0.19 300 0.24 0.75
Hex CF B0 CF 0 F 0 13 12C 18 4B
Octal 317 260 317 0 17 0 23 454 30 113
Binary 11001111 10110000 11001111 0 1111 0 10011 100101100 11000 1001011

Color Harmonies of #CFB0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB0CF

Black with #CFB0CF

Text Example


Text Example

White with #CFB0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB0CF; }

 p { color: rgb(207,176,207); }

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

background-color css

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

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

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

border-color css

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

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

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