Html Css Color HEX #CD6390 Hopbush

📋 copy color: '#CD6390'

red 205 ◦ green 99 ◦ blue 144

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

Shades of Hopbush #CD6390

Tints of Hopbush #CD6390

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.1%

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

R = 45.76%
G = 22.1%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD6390 (or 0xCD6390) is known color: Hopbush. HEX triplet: CD, 63 and 90. RGB value is (205,99,144). Sum of RGB (Red+Green+Blue) = 205+99+144=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6390 is #329C6F. Grayscale: #878787. Windows color (decimal): -3316848 or 9462733. OLE color: 9462733.

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

Color convert

RGB 205 99 144 -
CMYK 0 0.52 0.30 0.20
HSL 334.53º 0.51% 0.6% -
HSV(B) 334.53º 0.52% 0.8% -
XYZ 34.67 23.92 29.17 -
YUV 135.82 132.62 177.34 -
System Red Green Blue C M Y K H S L
Decimal 205 99 144 0 0.52 0.30 0.20 334.53 0.51 0.6
Hex CD 63 90 0 34 1E 14 14F 33 3C
Octal 315 143 220 0 64 36 24 517 63 74
Binary 11001101 1100011 10010000 0 110100 11110 10100 101001111 110011 111100

Color Harmonies of #CD6390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6390

Black with #CD6390

Text Example


Text Example

White with #CD6390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6390; }

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

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

background-color css

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

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

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

border-color css

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

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

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