#C074CD

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

Shades of Orchid #C074CD

Tints of Orchid #C074CD

Color information

#C074CD (or 0xC074CD) is unknown color: approx Orchid. HEX triplet: C0, 74 and CD. RGB value is (192,116,205). Sum of RGB (Red+Green+Blue) = 192+116+205=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #C074CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C074CD is #3F8B32. Grayscale: #949494. Windows color (decimal): -4164403 or 13464768. OLE color: 13464768.

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

Color convert

RGB192116205-
CMYK0.060.4300.20
HSL291.24º47.09%62.94%-
HSV(B)291.24º43.41%80.39%-
XYZ3928.1161.13-
YUV148.87159.68158.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.43%
GREEN value IS 116 (45.70% from 255) = 22.61%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=37.43%
G=22.61%
B=39.96%

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
Decimal1921162050.060.4300.20291.2447.0962.94
HexC074CD62B0141232f3f
Octal3001643156530244435777
Binary11000000111010011001101110101011010100100100011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C074CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C074CD; }

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

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

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

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

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

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

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

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