#C267CD

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

Shades of Medium Orchid #C267CD

Tints of Medium Orchid #C267CD

Color information

#C267CD (or 0xC267CD) is unknown color: approx Medium Orchid. HEX triplet: C2, 67 and CD. RGB value is (194,103,205). Sum of RGB (Red+Green+Blue) = 194+103+205=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 103 (40.62% from 255 or 20.52% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #C267CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C267CD is #3D9832. Grayscale: #8D8D8D. Windows color (decimal): -4036659 or 13461442. OLE color: 13461442.

HSL color Cylindrical-coordinate representation of color #C267CD: hue angle of 293.53º 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 #C267CD is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194103205-
CMYK0.050.5000.20
HSL293.53º50.5%60.39%-
HSV(B)293.53º49.76%80.39%-
XYZ38.1225.5860.69-
YUV141.84163.65165.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.65%
GREEN value IS 103 (40.62% from 255) = 20.52%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=38.65%
G=20.52%
B=40.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941032050.050.5000.20293.5350.560.39
HexC267CD532014126323c
Octal3021473155620244466274
Binary11000010110011111001101101110010010100100100110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C267CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C267CD; }

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

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

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

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

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

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

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

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