#C267CC

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

Shades of Medium Orchid #C267CC

Tints of Medium Orchid #C267CC

Color information

#C267CC (or 0xC267CC) is unknown color: approx Medium Orchid. HEX triplet: C2, 67 and CC. RGB value is (194,103,204). Sum of RGB (Red+Green+Blue) = 194+103+204=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #C267CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C267CC is #3D9833. Grayscale: #8D8D8D. Windows color (decimal): -4036660 or 13395906. OLE color: 13395906.

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

Color convert

RGB194103204-
CMYK0.050.5000.2
HSL294.06º49.75%60.2%-
HSV(B)294.06º49.51%80%-
XYZ3825.5360.05-
YUV141.72163.15165.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.72%
GREEN value IS 103 (40.62% from 255) = 20.56%
BLUE value IS 204 (80.08% from 255) = 40.72%
R=38.72%
G=20.56%
B=40.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941032040.050.5000.2294.0649.7560.2
HexC267CC532014126323c
Octal3021473145620244466274
Binary11000010110011111001100101110010010100100100110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C267CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C267CC; }

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

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

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

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

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

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

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

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