Html Css Color HEX #CB7EAF Lily

📋 copy color: '#CB7EAF'

red 203 ◦ green 126 ◦ blue 175

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

Shades of Lily #CB7EAF

Tints of Lily #CB7EAF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25%

 BLUE value IS 175 (68.75% from 255) = 34.72%

R = 40.28%
G = 25%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CB7EAF (or 0xCB7EAF) is known color: Lily. HEX triplet: CB, 7E and AF. RGB value is (203,126,175). Sum of RGB (Red+Green+Blue) = 203+126+175=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7EAF is #348150. Grayscale: #9A9A9A. Windows color (decimal): -3440977 or 11501259. OLE color: 11501259.

HSL color Cylindrical-coordinate representation of color #CB7EAF: hue angle of 321.82º 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 #CB7EAF is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 126 175 -
CMYK 0 0.38 0.14 0.20
HSL 321.82º 0.43% 0.65% -
HSV(B) 321.82º 0.38% 0.8% -
XYZ 39.83 30.71 44.39 -
YUV 154.61 139.51 162.52 -
System Red Green Blue C M Y K H S L
Decimal 203 126 175 0 0.38 0.14 0.20 321.82 0.43 0.65
Hex CB 7E AF 0 26 E 14 142 2B 41
Octal 313 176 257 0 46 16 24 502 53 101
Binary 11001011 1111110 10101111 0 100110 1110 10100 101000010 101011 1000001

Color Harmonies of #CB7EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7EAF

Black with #CB7EAF

Text Example


Text Example

White with #CB7EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7EAF; }

 p { color: rgb(203,126,175); }

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

background-color css

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

 a { background-color: rgb(203,126,175); }

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

border-color css

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

 span { border-color: rgb(203,126,175); }

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