Html Css Color HEX #CC7FBA Lily

📋 copy color: '#CC7FBA'

red 204 ◦ green 127 ◦ blue 186

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

Shades of Lily #CC7FBA

Tints of Lily #CC7FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 24.56%

 BLUE value IS 186 (73.05% from 255) = 35.98%

R = 39.46%
G = 24.56%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC7FBA (or 0xCC7FBA) is known color: Lily. HEX triplet: CC, 7F and BA. RGB value is (204,127,186). Sum of RGB (Red+Green+Blue) = 204+127+186=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7FBA is #338045. Grayscale: #9C9C9C. Windows color (decimal): -3375174 or 12222412. OLE color: 12222412.

HSL color Cylindrical-coordinate representation of color #CC7FBA: hue angle of 314.03º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC7FBA is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 127 186 -
CMYK 0 0.38 0.09 0.2
HSL 314.03º 0.43% 0.65% -
HSV(B) 314.03º 0.38% 0.8% -
XYZ 41.35 31.56 50.37 -
YUV 156.75 144.51 161.7 -
System Red Green Blue C M Y K H S L
Decimal 204 127 186 0 0.38 0.09 0.2 314.03 0.43 0.65
Hex CC 7F BA 0 26 9 14 13A 2B 41
Octal 314 177 272 0 46 11 24 472 53 101
Binary 11001100 1111111 10111010 0 100110 1001 10100 100111010 101011 1000001

Color Harmonies of #CC7FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7FBA

Black with #CC7FBA

Text Example


Text Example

White with #CC7FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7FBA; }

 p { color: rgb(204,127,186); }

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

background-color css

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

 a { background-color: rgb(204,127,186); }

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

border-color css

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

 span { border-color: rgb(204,127,186); }

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