#C075CC

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

Shades of Orchid #C075CC

Tints of Orchid #C075CC

Color information

#C075CC (or 0xC075CC) is unknown color: approx Orchid. HEX triplet: C0, 75 and CC. RGB value is (192,117,204). Sum of RGB (Red+Green+Blue) = 192+117+204=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #C075CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C075CC is #3F8A33. Grayscale: #959595. Windows color (decimal): -4164148 or 13399488. OLE color: 13399488.

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

Color convert

RGB192117204-
CMYK0.060.4300.2
HSL291.72º46.03%62.94%-
HSV(B)291.72º42.65%80%-
XYZ3928.2960.53-
YUV149.34158.85158.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.43%
GREEN value IS 117 (46.09% from 255) = 22.81%
BLUE value IS 204 (80.08% from 255) = 39.77%
R=37.43%
G=22.81%
B=39.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1921172040.060.4300.2291.7246.0362.94
HexC075CC62B0141242e3f
Octal3001653146530244445677
Binary11000000111010111001100110101011010100100100100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C075CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C075CC; }

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

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

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

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

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

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

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

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