#C067CD

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

Shades of Medium Orchid #C067CD

Tints of Medium Orchid #C067CD

Color information

#C067CD (or 0xC067CD) is unknown color: approx Medium Orchid. HEX triplet: C0, 67 and CD. RGB value is (192,103,205). Sum of RGB (Red+Green+Blue) = 192+103+205=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #C067CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067CD is #3F9832. Grayscale: #8C8C8C. Windows color (decimal): -4167731 or 13461440. OLE color: 13461440.

HSL color Cylindrical-coordinate representation of color #C067CD: hue angle of 292.35º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C067CD is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192103205-
CMYK0.060.5000.20
HSL292.35º50.5%60.39%-
HSV(B)292.35º49.76%80.39%-
XYZ37.6125.3160.66-
YUV141.24163.99164.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.4%
GREEN value IS 103 (40.62% from 255) = 20.6%
BLUE value IS 205 (80.47% from 255) = 41%
R=38.4%
G=20.6%
B=41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921032050.060.5000.20292.3550.560.39
HexC067CD632014124323c
Octal3001473156620244446274
Binary11000000110011111001101110110010010100100100100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C067CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C067CD; }

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

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

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

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

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

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

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

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