#CD75C1

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

Shades of Orchid #CD75C1

Tints of Orchid #CD75C1

Color information

#CD75C1 (or 0xCD75C1) is unknown color: approx Orchid. HEX triplet: CD, 75 and C1. RGB value is (205,117,193). Sum of RGB (Red+Green+Blue) = 205+117+193=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CD75C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD75C1 is #328A3E. Grayscale: #979797. Windows color (decimal): -3312191 or 12678605. OLE color: 12678605.

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

Color convert

RGB205117193-
CMYK00.430.060.20
HSL308.18º46.81%63.14%-
HSV(B)308.18º42.93%80.39%-
XYZ41.1629.5553.99-
YUV151.98151.15165.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.81%
GREEN value IS 117 (46.09% from 255) = 22.72%
BLUE value IS 193 (75.78% from 255) = 37.48%
R=39.81%
G=22.72%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511719300.430.060.20308.1846.8163.14
HexCD75C102B6141342f3f
Octal3151653010536244645777
Binary11001101111010111000001010101111010100100110100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD75C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD75C1; }

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

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

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

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

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

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

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

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