Html Css Color HEX #C268DD Medium Orchid

📋 copy color: '#C268DD'

red 194 ◦ green 104 ◦ blue 221

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

Shades of Medium Orchid #C268DD

Tints of Medium Orchid #C268DD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.04%

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

R = 37.38%
G = 20.04%
B = 42.58%

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

#C268DD (or 0xC268DD) is known color: Medium Orchid. HEX triplet: C2, 68 and DD. RGB value is (194,104,221). Sum of RGB (Red+Green+Blue) = 194+104+221=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #C268DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C268DD is #3D9722. Grayscale: #8F8F8F. Windows color (decimal): -4036387 or 14510274. OLE color: 14510274.

HSL color Cylindrical-coordinate representation of color #C268DD: hue angle of 286.15º 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 #C268DD is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 104 221 -
CMYK 0.12 0.53 0 0.13
HSL 286.15º 0.63% 0.64% -
HSV(B) 286.15º 0.53% 0.87% -
XYZ 40.25 26.59 71.42 -
YUV 144.25 171.32 163.49 -
System Red Green Blue C M Y K H S L
Decimal 194 104 221 0.12 0.53 0 0.13 286.15 0.63 0.64
Hex C2 68 DD C 35 0 D 11E 3F 40
Octal 302 150 335 14 65 0 15 436 77 100
Binary 11000010 1101000 11011101 1100 110101 0 1101 100011110 111111 1000000

Color Harmonies of #C268DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C268DD

Black with #C268DD

Text Example


Text Example

White with #C268DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C268DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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