Html Css Color HEX #CB7CB3 Lily

📋 copy color: '#CB7CB3'

red 203 ◦ green 124 ◦ blue 179

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

Shades of Lily #CB7CB3

Tints of Lily #CB7CB3

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.51%

 BLUE value IS 179 (70.31% from 255) = 35.38%

R = 40.12%
G = 24.51%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CB7CB3 (or 0xCB7CB3) is known color: Lily. HEX triplet: CB, 7C and B3. RGB value is (203,124,179). Sum of RGB (Red+Green+Blue) = 203+124+179=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7CB3 is #34834C. Grayscale: #999999. Windows color (decimal): -3441485 or 11762891. OLE color: 11762891.

HSL color Cylindrical-coordinate representation of color #CB7CB3: hue angle of 318.23º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB7CB3 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 124 179 -
CMYK 0 0.39 0.12 0.20
HSL 318.23º 0.43% 0.64% -
HSV(B) 318.23º 0.39% 0.8% -
XYZ 39.97 30.37 46.4 -
YUV 153.89 142.17 163.03 -
System Red Green Blue C M Y K H S L
Decimal 203 124 179 0 0.39 0.12 0.20 318.23 0.43 0.64
Hex CB 7C B3 0 27 C 14 13E 2B 40
Octal 313 174 263 0 47 14 24 476 53 100
Binary 11001011 1111100 10110011 0 100111 1100 10100 100111110 101011 1000000

Color Harmonies of #CB7CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7CB3

Black with #CB7CB3

Text Example


Text Example

White with #CB7CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7CB3; }

 p { color: rgb(203,124,179); }

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

background-color css

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

 a { background-color: rgb(203,124,179); }

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

border-color css

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

 span { border-color: rgb(203,124,179); }

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