Html Css Color HEX #CD6599 Hopbush

📋 copy color: '#CD6599'

red 205 ◦ green 101 ◦ blue 153

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

Shades of Hopbush #CD6599

Tints of Hopbush #CD6599

RGB

 RED value IS 205 (80.47% from 255) = 44.66%

 GREEN value IS 101 (39.84% from 255) = 22%

 BLUE value IS 153 (60.16% from 255) = 33.33%

R = 44.66%
G = 22%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CD6599 (or 0xCD6599) is known color: Hopbush. HEX triplet: CD, 65 and 99. RGB value is (205,101,153). Sum of RGB (Red+Green+Blue) = 205+101+153=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6599 is #329A66. Grayscale: #898989. Windows color (decimal): -3316327 or 10053069. OLE color: 10053069.

HSL color Cylindrical-coordinate representation of color #CD6599: hue angle of 330º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD6599 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 101 153 -
CMYK 0 0.51 0.25 0.20
HSL 330º 0.51% 0.6% -
HSV(B) 330º 0.51% 0.8% -
XYZ 35.58 24.59 33.01 -
YUV 138.02 136.46 175.77 -
System Red Green Blue C M Y K H S L
Decimal 205 101 153 0 0.51 0.25 0.20 330 0.51 0.6
Hex CD 65 99 0 33 19 14 14A 33 3C
Octal 315 145 231 0 63 31 24 512 63 74
Binary 11001101 1100101 10011001 0 110011 11001 10100 101001010 110011 111100

Color Harmonies of #CD6599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6599

Black with #CD6599

Text Example


Text Example

White with #CD6599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6599; }

 p { color: rgb(205,101,153); }

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

background-color css

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

 a { background-color: rgb(205,101,153); }

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

border-color css

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

 span { border-color: rgb(205,101,153); }

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