Html Css Color HEX #CBA3CF Lilac

📋 copy color: '#CBA3CF'

red 203 ◦ green 163 ◦ blue 207

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

Shades of Lilac #CBA3CF

Tints of Lilac #CBA3CF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.45%

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

R = 35.43%
G = 28.45%
B = 36.13%

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

#CBA3CF (or 0xCBA3CF) is known color: Lilac. HEX triplet: CB, A3 and CF. RGB value is (203,163,207). Sum of RGB (Red+Green+Blue) = 203+163+207=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 163 (64.06% from 255 or 28.45% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 207 - color contains mainly: blue. Hex color #CBA3CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA3CF is #345C30. Grayscale: #B3B3B3. Windows color (decimal): -3431473 or 13607883. OLE color: 13607883.

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

Color convert

RGB 203 163 207 -
CMYK 0.02 0.21 0 0.19
HSL 294.55º 0.31% 0.73% -
HSV(B) 294.55º 0.21% 0.81% -
XYZ 48.99 43.4 64.83 -
YUV 179.98 143.25 144.42 -
System Red Green Blue C M Y K H S L
Decimal 203 163 207 0.02 0.21 0 0.19 294.55 0.31 0.73
Hex CB A3 CF 2 15 0 13 127 1F 49
Octal 313 243 317 2 25 0 23 447 37 111
Binary 11001011 10100011 11001111 10 10101 0 10011 100100111 11111 1001001

Color Harmonies of #CBA3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA3CF

Black with #CBA3CF

Text Example


Text Example

White with #CBA3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA3CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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