Html Css Color HEX #CF93CC Lilac

📋 copy color: '#CF93CC'

red 207 ◦ green 147 ◦ blue 204

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

Shades of Lilac #CF93CC

Tints of Lilac #CF93CC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.34%

 BLUE value IS 204 (80.08% from 255) = 36.56%

R = 37.1%
G = 26.34%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF93CC (or 0xCF93CC) is known color: Lilac. HEX triplet: CF, 93 and CC. RGB value is (207,147,204). Sum of RGB (Red+Green+Blue) = 207+147+204=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CF93CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93CC is #306C33. Grayscale: #ABABAB. Windows color (decimal): -3173428 or 13407183. OLE color: 13407183.

HSL color Cylindrical-coordinate representation of color #CF93CC: hue angle of 303º degrees, saturation: 0.38, 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 #CF93CC is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 147 204 -
CMYK 0 0.29 0.01 0.19
HSL 303º 0.38% 0.69% -
HSV(B) 303º 0.29% 0.81% -
XYZ 47.06 38.49 62.08 -
YUV 171.44 146.38 153.37 -
System Red Green Blue C M Y K H S L
Decimal 207 147 204 0 0.29 0.01 0.19 303 0.38 0.69
Hex CF 93 CC 0 1D 1 13 12F 26 45
Octal 317 223 314 0 35 1 23 457 46 105
Binary 11001111 10010011 11001100 0 11101 1 10011 100101111 100110 1000101

Color Harmonies of #CF93CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF93CC

Black with #CF93CC

Text Example


Text Example

White with #CF93CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF93CC; }

 p { color: rgb(207,147,204); }

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

background-color css

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

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

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

border-color css

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

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

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