#C075C4

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

Shades of Orchid #C075C4

Tints of Orchid #C075C4

Color information

#C075C4 (or 0xC075C4) is unknown color: approx Orchid. HEX triplet: C0, 75 and C4. RGB value is (192,117,196). Sum of RGB (Red+Green+Blue) = 192+117+196=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 196 - color contains mainly: blue. Hex color #C075C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C075C4 is #3F8A3B. Grayscale: #949494. Windows color (decimal): -4164156 or 12875200. OLE color: 12875200.

HSL color Cylindrical-coordinate representation of color #C075C4: hue angle of 296.96º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C075C4 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB192117196-
CMYK0.020.4000.23
HSL296.96º40.1%61.37%-
HSV(B)296.96º40.31%76.86%-
XYZ38.0627.9155.61-
YUV148.43154.85159.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.02%
GREEN value IS 117 (46.09% from 255) = 23.17%
BLUE value IS 196 (76.95% from 255) = 38.81%
R=38.02%
G=23.17%
B=38.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1921171960.020.4000.23296.9640.161.37
HexC075C4228017129283d
Octal3001653042500274515075
Binary1100000011101011100010010101000010111100101001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C075C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C075C4; }

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

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

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

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

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

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

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

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