#c07cce

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

Shades of Orchid #C07CCE

Tints of Orchid #C07CCE

Color information

#C07CCE (or 0xC07CCE) is unknown color: approx Orchid. HEX triplet: C0, 7C and CE. RGB value is (192,124,206). Sum of RGB (Red+Green+Blue) = 192+124+206=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #C07CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07CCE is #3F8331. Grayscale: #999999. Windows color (decimal): -4162354 or 13532352. OLE color: 13532352.

HSL color Cylindrical-coordinate representation of color #C07CCE: hue angle of 289.76º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C07CCE is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192124206-
CMYK0.070.4000.19
HSL289.76º45.56%64.71%-
HSV(B)289.76º39.81%80.78%-
XYZ40.0930.0862.09-
YUV153.68157.53155.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.78%
GREEN value IS 124 (48.83% from 255) = 23.75%
BLUE value IS 206 (80.86% from 255) = 39.46%
R=36.78%
G=23.75%
B=39.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921242060.070.4000.19289.7645.5664.71
HexC07CCE7280131222e41
Octal30017431675002344256101
Binary110000001111100110011101111010000100111001000101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c07cce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c07cce; }

 p { color: rgb(192,124,206); }

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

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

 a { background-color: rgb(192,124,206); }

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

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

 span { border-color: rgb(192,124,206); }

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