#C067CF

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

Shades of Medium Orchid #C067CF

Tints of Medium Orchid #C067CF

Color information

#C067CF (or 0xC067CF) is unknown color: approx Medium Orchid. HEX triplet: C0, 67 and CF. RGB value is (192,103,207). Sum of RGB (Red+Green+Blue) = 192+103+207=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 103 (40.62% from 255 or 20.52% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #C067CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067CF is #3F9830. Grayscale: #8D8D8D. Windows color (decimal): -4167729 or 13592512. OLE color: 13592512.

HSL color Cylindrical-coordinate representation of color #C067CF: hue angle of 291.35º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C067CF is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192103207-
CMYK0.070.5000.19
HSL291.35º52%60.78%-
HSV(B)291.35º50.24%81.18%-
XYZ37.8525.4161.94-
YUV141.47164.99164.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.25%
GREEN value IS 103 (40.62% from 255) = 20.52%
BLUE value IS 207 (81.25% from 255) = 41.24%
R=38.25%
G=20.52%
B=41.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921032070.070.5000.19291.355260.78
HexC067CF732013123343d
Octal3001473177620234436475
Binary11000000110011111001111111110010010011100100011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C067CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C067CF; }

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

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

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

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

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

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

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

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