#c074cc

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

Shades of Orchid #C074CC

Tints of Orchid #C074CC

Color information

#C074CC (or 0xC074CC) is unknown color: approx Orchid. HEX triplet: C0, 74 and CC. RGB value is (192,116,204). Sum of RGB (Red+Green+Blue) = 192+116+204=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #C074CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C074CC is #3F8B33. Grayscale: #949494. Windows color (decimal): -4164404 or 13399232. OLE color: 13399232.

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

Color convert

RGB192116204-
CMYK0.060.4300.2
HSL291.82º46.32%62.75%-
HSV(B)291.82º43.14%80%-
XYZ38.8828.0660.49-
YUV148.76159.18158.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.5%
GREEN value IS 116 (45.70% from 255) = 22.66%
BLUE value IS 204 (80.08% from 255) = 39.84%
R=37.5%
G=22.66%
B=39.84%

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
Decimal1921162040.060.4300.2291.8246.3262.75
HexC074CC62B0141242e3f
Octal3001643146530244445677
Binary11000000111010011001100110101011010100100100100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c074cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c074cc; }

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

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

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

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

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

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

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

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