Html Css Color HEX #CF92CF Lilac

📋 copy color: '#CF92CF'

red 207 ◦ green 146 ◦ blue 207

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

Shades of Lilac #CF92CF

Tints of Lilac #CF92CF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.07%

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

R = 36.96%
G = 26.07%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CF92CF (or 0xCF92CF) is known color: Lilac. HEX triplet: CF, 92 and CF. RGB value is (207,146,207). Sum of RGB (Red+Green+Blue) = 207+146+207=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF92CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF92CF is #306D30. Grayscale: #ABABAB. Windows color (decimal): -3173681 or 13603535. OLE color: 13603535.

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

Color convert

RGB 207 146 207 -
CMYK 0 0.29 0 0.19
HSL 300º 0.39% 0.69% -
HSV(B) 300º 0.29% 0.81% -
XYZ 47.27 38.33 63.94 -
YUV 171.19 148.21 153.54 -
System Red Green Blue C M Y K H S L
Decimal 207 146 207 0 0.29 0 0.19 300 0.39 0.69
Hex CF 92 CF 0 1D 0 13 12C 27 45
Octal 317 222 317 0 35 0 23 454 47 105
Binary 11001111 10010010 11001111 0 11101 0 10011 100101100 100111 1000101

Color Harmonies of #CF92CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF92CF

Black with #CF92CF

Text Example


Text Example

White with #CF92CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF92CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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