Html Css Color HEX #C267DD Medium Orchid

📋 copy color: '#C267DD'

red 194 ◦ green 103 ◦ blue 221

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

Shades of Medium Orchid #C267DD

Tints of Medium Orchid #C267DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.66%

R = 37.45%
G = 19.88%
B = 42.66%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C267DD (or 0xC267DD) is known color: Medium Orchid. HEX triplet: C2, 67 and DD. RGB value is (194,103,221). Sum of RGB (Red+Green+Blue) = 194+103+221=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #C267DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C267DD is #3D9822. Grayscale: #8F8F8F. Windows color (decimal): -4036643 or 14510018. OLE color: 14510018.

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

Color convert

RGB 194 103 221 -
CMYK 0.12 0.53 0 0.13
HSL 286.27º 0.63% 0.64% -
HSV(B) 286.27º 0.53% 0.87% -
XYZ 40.15 26.39 71.38 -
YUV 143.66 171.65 163.91 -
System Red Green Blue C M Y K H S L
Decimal 194 103 221 0.12 0.53 0 0.13 286.27 0.63 0.64
Hex C2 67 DD C 35 0 D 11E 3F 40
Octal 302 147 335 14 65 0 15 436 77 100
Binary 11000010 1100111 11011101 1100 110101 0 1101 100011110 111111 1000000

Color Harmonies of #C267DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C267DD

Black with #C267DD

Text Example


Text Example

White with #C267DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C267DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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