#CD75CC

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

Shades of Orchid #CD75CC

Tints of Orchid #CD75CC

Color information

#CD75CC (or 0xCD75CC) is unknown color: approx Orchid. HEX triplet: CD, 75 and CC. RGB value is (205,117,204). Sum of RGB (Red+Green+Blue) = 205+117+204=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CD75CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD75CC is #328A33. Grayscale: #989898. Windows color (decimal): -3312180 or 13399501. OLE color: 13399501.

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

Color convert

RGB205117204-
CMYK00.430.000.20
HSL300.68º46.81%63.14%-
HSV(B)300.68º42.93%80.39%-
XYZ42.4430.0660.69-
YUV153.23156.65164.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.97%
GREEN value IS 117 (46.09% from 255) = 22.24%
BLUE value IS 204 (80.08% from 255) = 38.78%
R=38.97%
G=22.24%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511720400.430.000.20300.6846.8163.14
HexCD75CC02B01412d2f3f
Octal3151653140530244555777
Binary110011011110101110011000101011010100100101101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD75CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD75CC; }

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

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

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

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

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

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

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

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