Html Css Color HEX #C267DC Medium Orchid

📋 copy color: '#C267DC'

red 194 ◦ green 103 ◦ blue 220

#C267DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C267DC

Tints of Medium Orchid #C267DC

RGB

 RED value IS 194 (76.17% from 255) = 37.52%

 GREEN value IS 103 (40.63% from 255) = 19.92%

 BLUE value IS 220 (86.33% from 255) = 42.55%

R = 37.52%
G = 19.92%
B = 42.55%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C267DC (or 0xC267DC) is known color: Medium Orchid. HEX triplet: C2, 67 and DC. RGB value is (194,103,220). Sum of RGB (Red+Green+Blue) = 194+103+220=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 103 (40.62% from 255 or 19.92% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #C267DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C267DC is #3D9823. Grayscale: #8F8F8F. Windows color (decimal): -4036644 or 14444482. OLE color: 14444482.

HSL color Cylindrical-coordinate representation of color #C267DC: hue angle of 286.67º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C267DC is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 103 220 -
CMYK 0.12 0.53 0 0.14
HSL 286.67º 0.63% 0.63% -
HSV(B) 286.67º 0.53% 0.86% -
XYZ 40.02 26.34 70.68 -
YUV 143.55 171.15 163.99 -
System Red Green Blue C M Y K H S L
Decimal 194 103 220 0.12 0.53 0 0.14 286.67 0.63 0.63
Hex C2 67 DC C 35 0 E 11F 3F 3F
Octal 302 147 334 14 65 0 16 437 77 77
Binary 11000010 1100111 11011100 1100 110101 0 1110 100011111 111111 111111

Color Harmonies of #C267DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C267DC

Black with #C267DC

Text Example


Text Example

White with #C267DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C267DC; }

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

 H1.HeaderClassName
 {
   color: #C267DC;
 }
 .AnyTagClassName
 {
   color: #C267DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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