Html Css Color HEX #CB8CBE Lily

📋 copy color: '#CB8CBE'

red 203 ◦ green 140 ◦ blue 190

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

Shades of Lily #CB8CBE

Tints of Lily #CB8CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.27%

 BLUE value IS 190 (74.61% from 255) = 35.65%

R = 38.09%
G = 26.27%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB8CBE (or 0xCB8CBE) is known color: Lily. HEX triplet: CB, 8C and BE. RGB value is (203,140,190). Sum of RGB (Red+Green+Blue) = 203+140+190=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8CBE is #347341. Grayscale: #A4A4A4. Windows color (decimal): -3437378 or 12487883. OLE color: 12487883.

HSL color Cylindrical-coordinate representation of color #CB8CBE: hue angle of 312.38º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB8CBE is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 140 190 -
CMYK 0 0.31 0.06 0.20
HSL 312.38º 0.38% 0.67% -
HSV(B) 312.38º 0.31% 0.8% -
XYZ 43.3 35.17 53.22 -
YUV 164.54 142.37 155.43 -
System Red Green Blue C M Y K H S L
Decimal 203 140 190 0 0.31 0.06 0.20 312.38 0.38 0.67
Hex CB 8C BE 0 1F 6 14 138 26 43
Octal 313 214 276 0 37 6 24 470 46 103
Binary 11001011 10001100 10111110 0 11111 110 10100 100111000 100110 1000011

Color Harmonies of #CB8CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8CBE

Black with #CB8CBE

Text Example


Text Example

White with #CB8CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8CBE; }

 p { color: rgb(203,140,190); }

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

background-color css

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

 a { background-color: rgb(203,140,190); }

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

border-color css

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

 span { border-color: rgb(203,140,190); }

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