#cd7298

Color #CD7298 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #CD7298

Tints of Hopbush #CD7298

Color information

#CD7298 (or 0xCD7298) is unknown color: approx Hopbush. HEX triplet: CD, 72 and 98. RGB value is (205,114,152). Sum of RGB (Red+Green+Blue) = 205+114+152=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7298 is #328D67. Grayscale: #919191. Windows color (decimal): -3313000 or 9990861. OLE color: 9990861.

HSL color Cylindrical-coordinate representation of color #CD7298: hue angle of 334.95º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD7298 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB205114152-
CMYK00.440.260.20
HSL334.95º47.64%62.55%-
HSV(B)334.95º44.39%80.39%-
XYZ36.8627.2833.03-
YUV145.54131.65170.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.52%
GREEN value IS 114 (44.92% from 255) = 24.20%
BLUE value IS 152 (59.77% from 255) = 32.27%
R=43.52%
G=24.20%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511415200.440.260.20334.9547.6462.55
HexCD729802C1A1414f303f
Octal31516223005432245176077
Binary1100110111100101001100001011001101010100101001111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd7298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd7298; }

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

 H1.HeaderClassName
 {
   color: #cd7298;
 }
 .AnyTagClassName
 {
   color: #cd7298;
 }
</style>
background-color css

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

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

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

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

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

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