#C267D2

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

Shades of Medium Orchid #C267D2

Tints of Medium Orchid #C267D2

Color information

#C267D2 (or 0xC267D2) is unknown color: approx Medium Orchid. HEX triplet: C2, 67 and D2. RGB value is (194,103,210). Sum of RGB (Red+Green+Blue) = 194+103+210=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 210 (82.42% from 255 or 41.42% from 507); Max value from RGB is 210 - color contains mainly: blue. Hex color #C267D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C267D2 is #3D982D. Grayscale: #8E8E8E. Windows color (decimal): -4036654 or 13789122. OLE color: 13789122.

HSL color Cylindrical-coordinate representation of color #C267D2: hue angle of 291.03º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C267D2 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB194103210-
CMYK0.080.5100.18
HSL291.03º54.31%61.37%-
HSV(B)291.03º50.95%82.35%-
XYZ38.7325.8263.92-
YUV142.41166.15164.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.26%
GREEN value IS 103 (40.62% from 255) = 20.32%
BLUE value IS 210 (82.42% from 255) = 41.42%
R=38.26%
G=20.32%
B=41.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1941032100.080.5100.18291.0354.3161.37
HexC267D2833012123363d
Octal30214732210630224436675
Binary110000101100111110100101000110011010010100100011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C267D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C267D2; }

 p { color: rgb(194,103,210); }

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

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

 a { background-color: rgb(194,103,210); }

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

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

 span { border-color: rgb(194,103,210); }

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