Html Css Color HEX #CC8BBB Lily

📋 copy color: '#CC8BBB'

red 204 ◦ green 139 ◦ blue 187

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

Shades of Lily #CC8BBB

Tints of Lily #CC8BBB

RGB

 RED value IS 204 (80.08% from 255) = 38.49%

 GREEN value IS 139 (54.69% from 255) = 26.23%

 BLUE value IS 187 (73.44% from 255) = 35.28%

R = 38.49%
G = 26.23%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC8BBB (or 0xCC8BBB) is known color: Lily. HEX triplet: CC, 8B and BB. RGB value is (204,139,187). Sum of RGB (Red+Green+Blue) = 204+139+187=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8BBB is #337444. Grayscale: #A3A3A3. Windows color (decimal): -3372101 or 12291020. OLE color: 12291020.

HSL color Cylindrical-coordinate representation of color #CC8BBB: hue angle of 315.69º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC8BBB is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 139 187 -
CMYK 0 0.32 0.08 0.2
HSL 315.69º 0.39% 0.67% -
HSV(B) 315.69º 0.32% 0.8% -
XYZ 43.1 34.89 51.48 -
YUV 163.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 204 139 187 0 0.32 0.08 0.2 315.69 0.39 0.67
Hex CC 8B BB 0 20 8 14 13C 27 43
Octal 314 213 273 0 40 10 24 474 47 103
Binary 11001100 10001011 10111011 0 100000 1000 10100 100111100 100111 1000011

Color Harmonies of #CC8BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8BBB

Black with #CC8BBB

Text Example


Text Example

White with #CC8BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8BBB; }

 p { color: rgb(204,139,187); }

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

background-color css

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

 a { background-color: rgb(204,139,187); }

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

border-color css

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

 span { border-color: rgb(204,139,187); }

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