Html Css Color HEX #CB8CCF Lilac

📋 copy color: '#CB8CCF'

red 203 ◦ green 140 ◦ blue 207

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

Shades of Lilac #CB8CCF

Tints of Lilac #CB8CCF

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

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

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

Color convert

RGB 203 140 207 -
CMYK 0.02 0.32 0 0.19
HSL 296.42º 0.41% 0.68% -
HSV(B) 296.42º 0.32% 0.81% -
XYZ 45.27 35.96 63.59 -
YUV 166.48 150.87 154.05 -
System Red Green Blue C M Y K H S L
Decimal 203 140 207 0.02 0.32 0 0.19 296.42 0.41 0.68
Hex CB 8C CF 2 20 0 13 128 29 44
Octal 313 214 317 2 40 0 23 450 51 104
Binary 11001011 10001100 11001111 10 100000 0 10011 100101000 101001 1000100

Color Harmonies of #CB8CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8CCF

Black with #CB8CCF

Text Example


Text Example

White with #CB8CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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