Html Css Color HEX #CD6590 Hopbush

📋 copy color: '#CD6590'

red 205 ◦ green 101 ◦ blue 144

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

Shades of Hopbush #CD6590

Tints of Hopbush #CD6590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32%

R = 45.56%
G = 22.44%
B = 32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD6590 (or 0xCD6590) is known color: Hopbush. HEX triplet: CD, 65 and 90. RGB value is (205,101,144). Sum of RGB (Red+Green+Blue) = 205+101+144=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6590 is #329A6F. Grayscale: #888888. Windows color (decimal): -3316336 or 9463245. OLE color: 9463245.

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

Color convert

RGB 205 101 144 -
CMYK 0 0.51 0.30 0.20
HSL 335.19º 0.51% 0.6% -
HSV(B) 335.19º 0.51% 0.8% -
XYZ 34.86 24.3 29.24 -
YUV 137 131.96 176.5 -
System Red Green Blue C M Y K H S L
Decimal 205 101 144 0 0.51 0.30 0.20 335.19 0.51 0.6
Hex CD 65 90 0 33 1E 14 14F 33 3C
Octal 315 145 220 0 63 36 24 517 63 74
Binary 11001101 1100101 10010000 0 110011 11110 10100 101001111 110011 111100

Color Harmonies of #CD6590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6590

Black with #CD6590

Text Example


Text Example

White with #CD6590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6590; }

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

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

background-color css

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

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

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

border-color css

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

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

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