Html Css Color HEX #CD63A0 Hopbush

📋 copy color: '#CD63A0'

red 205 ◦ green 99 ◦ blue 160

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

Shades of Hopbush #CD63A0

Tints of Hopbush #CD63A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.48%

R = 44.18%
G = 21.34%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#CD63A0 (or 0xCD63A0) is known color: Hopbush. HEX triplet: CD, 63 and A0. RGB value is (205,99,160). Sum of RGB (Red+Green+Blue) = 205+99+160=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CD63A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD63A0 is #329C5F. Grayscale: #898989. Windows color (decimal): -3316832 or 10511309. OLE color: 10511309.

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

Color convert

RGB 205 99 160 -
CMYK 0 0.52 0.22 0.20
HSL 325.47º 0.51% 0.6% -
HSV(B) 325.47º 0.52% 0.8% -
XYZ 35.98 24.44 36.08 -
YUV 137.65 140.62 176.04 -
System Red Green Blue C M Y K H S L
Decimal 205 99 160 0 0.52 0.22 0.20 325.47 0.51 0.6
Hex CD 63 A0 0 34 16 14 145 33 3C
Octal 315 143 240 0 64 26 24 505 63 74
Binary 11001101 1100011 10100000 0 110100 10110 10100 101000101 110011 111100

Color Harmonies of #CD63A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD63A0

Black with #CD63A0

Text Example


Text Example

White with #CD63A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD63A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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