Html Css Color HEX #C268DF Medium Orchid

📋 copy color: '#C268DF'

red 194 ◦ green 104 ◦ blue 223

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

Shades of Medium Orchid #C268DF

Tints of Medium Orchid #C268DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.8%

R = 37.24%
G = 19.96%
B = 42.8%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C268DF (or 0xC268DF) is known color: Medium Orchid. HEX triplet: C2, 68 and DF. RGB value is (194,104,223). Sum of RGB (Red+Green+Blue) = 194+104+223=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #C268DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C268DF is #3D9720. Grayscale: #909090. Windows color (decimal): -4036385 or 14641346. OLE color: 14641346.

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

Color convert

RGB 194 104 223 -
CMYK 0.13 0.53 0 0.13
HSL 285.38º 0.65% 0.64% -
HSV(B) 285.38º 0.53% 0.87% -
XYZ 40.52 26.7 72.83 -
YUV 144.48 172.32 163.32 -
System Red Green Blue C M Y K H S L
Decimal 194 104 223 0.13 0.53 0 0.13 285.38 0.65 0.64
Hex C2 68 DF D 35 0 D 11D 41 40
Octal 302 150 337 15 65 0 15 435 101 100
Binary 11000010 1101000 11011111 1101 110101 0 1101 100011101 1000001 1000000

Color Harmonies of #C268DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C268DF

Black with #C268DF

Text Example


Text Example

White with #C268DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C268DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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