#C075CD

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

Shades of Orchid #C075CD

Tints of Orchid #C075CD

Color information

#C075CD (or 0xC075CD) is unknown color: approx Orchid. HEX triplet: C0, 75 and CD. RGB value is (192,117,205). Sum of RGB (Red+Green+Blue) = 192+117+205=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #C075CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C075CD is #3F8A32. Grayscale: #959595. Windows color (decimal): -4164147 or 13465024. OLE color: 13465024.

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

Color convert

RGB192117205-
CMYK0.060.4300.20
HSL291.14º46.81%63.14%-
HSV(B)291.14º42.93%80.39%-
XYZ39.1228.3461.17-
YUV149.46159.35158.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.35%
GREEN value IS 117 (46.09% from 255) = 22.76%
BLUE value IS 205 (80.47% from 255) = 39.88%
R=37.35%
G=22.76%
B=39.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921172050.060.4300.20291.1446.8163.14
HexC075CD62B0141232f3f
Octal3001653156530244435777
Binary11000000111010111001101110101011010100100100011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C075CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C075CD; }

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

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

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

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

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

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

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

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