Html Css Color HEX #CF8BCA Lilac

📋 copy color: '#CF8BCA'

red 207 ◦ green 139 ◦ blue 202

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

Shades of Lilac #CF8BCA

Tints of Lilac #CF8BCA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.36%

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

R = 37.77%
G = 25.36%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF8BCA (or 0xCF8BCA) is known color: Lilac. HEX triplet: CF, 8B and CA. RGB value is (207,139,202). Sum of RGB (Red+Green+Blue) = 207+139+202=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8BCA is #307435. Grayscale: #A6A6A6. Windows color (decimal): -3175478 or 13274063. OLE color: 13274063.

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

Color convert

RGB 207 139 202 -
CMYK 0 0.33 0.02 0.19
HSL 304.41º 0.41% 0.68% -
HSV(B) 304.41º 0.33% 0.81% -
XYZ 45.63 35.99 60.42 -
YUV 166.51 148.03 156.88 -
System Red Green Blue C M Y K H S L
Decimal 207 139 202 0 0.33 0.02 0.19 304.41 0.41 0.68
Hex CF 8B CA 0 21 2 13 130 29 44
Octal 317 213 312 0 41 2 23 460 51 104
Binary 11001111 10001011 11001010 0 100001 10 10011 100110000 101001 1000100

Color Harmonies of #CF8BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8BCA

Black with #CF8BCA

Text Example


Text Example

White with #CF8BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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