#CD74CA

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

Shades of Orchid #CD74CA

Tints of Orchid #CD74CA

Color information

#CD74CA (or 0xCD74CA) is unknown color: approx Orchid. HEX triplet: CD, 74 and CA. RGB value is (205,116,202). Sum of RGB (Red+Green+Blue) = 205+116+202=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 205 - color contains mainly: red. Hex color #CD74CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD74CA is #328B35. Grayscale: #989898. Windows color (decimal): -3312438 or 13268173. OLE color: 13268173.

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

Color convert

RGB205116202-
CMYK00.430.010.20
HSL302.02º47.09%62.94%-
HSV(B)302.02º43.41%80.39%-
XYZ42.0829.7359.4-
YUV152.42155.99165.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.20%
GREEN value IS 116 (45.70% from 255) = 22.18%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=39.20%
G=22.18%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511620200.430.010.20302.0247.0962.94
HexCD74CA02B11412e2f3f
Octal3151643120531244565777
Binary110011011110100110010100101011110100100101110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD74CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD74CA; }

 p { color: rgb(205,116,202); }

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

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

 a { background-color: rgb(205,116,202); }

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

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

 span { border-color: rgb(205,116,202); }

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