Html Css Color HEX #CBA4CF Lilac

📋 copy color: '#CBA4CF'

red 203 ◦ green 164 ◦ blue 207

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

Shades of Lilac #CBA4CF

Tints of Lilac #CBA4CF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.57%

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

R = 35.37%
G = 28.57%
B = 36.06%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CBA4CF (or 0xCBA4CF) is known color: Lilac. HEX triplet: CB, A4 and CF. RGB value is (203,164,207). Sum of RGB (Red+Green+Blue) = 203+164+207=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 164 (64.45% from 255 or 28.57% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #CBA4CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA4CF is #345B30. Grayscale: #B4B4B4. Windows color (decimal): -3431217 or 13608139. OLE color: 13608139.

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

Color convert

RGB 203 164 207 -
CMYK 0.02 0.21 0 0.19
HSL 294.42º 0.31% 0.73% -
HSV(B) 294.42º 0.21% 0.81% -
XYZ 49.17 43.75 64.89 -
YUV 180.56 142.92 144 -
System Red Green Blue C M Y K H S L
Decimal 203 164 207 0.02 0.21 0 0.19 294.42 0.31 0.73
Hex CB A4 CF 2 15 0 13 126 1F 49
Octal 313 244 317 2 25 0 23 446 37 111
Binary 11001011 10100100 11001111 10 10101 0 10011 100100110 11111 1001001

Color Harmonies of #CBA4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA4CF

Black with #CBA4CF

Text Example


Text Example

White with #CBA4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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