#CD75C7

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

Shades of Orchid #CD75C7

Tints of Orchid #CD75C7

Color information

#CD75C7 (or 0xCD75C7) is unknown color: approx Orchid. HEX triplet: CD, 75 and C7. RGB value is (205,117,199). Sum of RGB (Red+Green+Blue) = 205+117+199=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 199 (78.12% from 255 or 38.20% from 521); Max value from RGB is 205 - color contains mainly: red. Hex color #CD75C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD75C7 is #328A38. Grayscale: #989898. Windows color (decimal): -3312185 or 13071821. OLE color: 13071821.

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

Color convert

RGB205117199-
CMYK00.430.030.20
HSL304.09º46.81%63.14%-
HSV(B)304.09º42.93%80.39%-
XYZ41.8529.8357.58-
YUV152.66154.15165.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.35%
GREEN value IS 117 (46.09% from 255) = 22.46%
BLUE value IS 199 (78.12% from 255) = 38.20%
R=39.35%
G=22.46%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511719900.430.030.20304.0946.8163.14
HexCD75C702B3141302f3f
Octal3151653070533244605777
Binary1100110111101011100011101010111110100100110000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD75C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD75C7; }

 p { color: rgb(205,117,199); }

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

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

 a { background-color: rgb(205,117,199); }

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

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

 span { border-color: rgb(205,117,199); }

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