Html Css Color HEX #CF8ACB Lilac

📋 copy color: '#CF8ACB'

red 207 ◦ green 138 ◦ blue 203

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

Shades of Lilac #CF8ACB

Tints of Lilac #CF8ACB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.18%

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

R = 37.77%
G = 25.18%
B = 37.04%

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

#CF8ACB (or 0xCF8ACB) is known color: Lilac. HEX triplet: CF, 8A and CB. RGB value is (207,138,203). Sum of RGB (Red+Green+Blue) = 207+138+203=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8ACB is #307534. Grayscale: #A5A5A5. Windows color (decimal): -3175733 or 13339343. OLE color: 13339343.

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

Color convert

RGB 207 138 203 -
CMYK 0 0.33 0.02 0.19
HSL 303.48º 0.42% 0.68% -
HSV(B) 303.48º 0.33% 0.81% -
XYZ 45.6 35.75 61 -
YUV 166.04 148.86 157.21 -
System Red Green Blue C M Y K H S L
Decimal 207 138 203 0 0.33 0.02 0.19 303.48 0.42 0.68
Hex CF 8A CB 0 21 2 13 12F 2A 44
Octal 317 212 313 0 41 2 23 457 52 104
Binary 11001111 10001010 11001011 0 100001 10 10011 100101111 101010 1000100

Color Harmonies of #CF8ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8ACB

Black with #CF8ACB

Text Example


Text Example

White with #CF8ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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