Html Css Color HEX #CD6498 Hopbush

📋 copy color: '#CD6498'

red 205 ◦ green 100 ◦ blue 152

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

Shades of Hopbush #CD6498

Tints of Hopbush #CD6498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.88%

 BLUE value IS 152 (59.77% from 255) = 33.26%

R = 44.86%
G = 21.88%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CD6498 (or 0xCD6498) is known color: Hopbush. HEX triplet: CD, 64 and 98. RGB value is (205,100,152). Sum of RGB (Red+Green+Blue) = 205+100+152=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6498 is #329B67. Grayscale: #898989. Windows color (decimal): -3316584 or 9987277. OLE color: 9987277.

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

Color convert

RGB 205 100 152 -
CMYK 0 0.51 0.26 0.20
HSL 330.29º 0.51% 0.6% -
HSV(B) 330.29º 0.51% 0.8% -
XYZ 35.4 24.36 32.54 -
YUV 137.32 136.29 176.27 -
System Red Green Blue C M Y K H S L
Decimal 205 100 152 0 0.51 0.26 0.20 330.29 0.51 0.6
Hex CD 64 98 0 33 1A 14 14A 33 3C
Octal 315 144 230 0 63 32 24 512 63 74
Binary 11001101 1100100 10011000 0 110011 11010 10100 101001010 110011 111100

Color Harmonies of #CD6498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6498

Black with #CD6498

Text Example


Text Example

White with #CD6498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6498; }

 p { color: rgb(205,100,152); }

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

background-color css

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

 a { background-color: rgb(205,100,152); }

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

border-color css

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

 span { border-color: rgb(205,100,152); }

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