Html Css Color HEX #C268EC Medium Orchid

📋 copy color: '#C268EC'

red 194 ◦ green 104 ◦ blue 236

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

Shades of Medium Orchid #C268EC

Tints of Medium Orchid #C268EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.19%

R = 36.33%
G = 19.48%
B = 44.19%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C268EC (or 0xC268EC) is known color: Medium Orchid. HEX triplet: C2, 68 and EC. RGB value is (194,104,236). Sum of RGB (Red+Green+Blue) = 194+104+236=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #C268EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C268EC is #3D9713. Grayscale: #919191. Windows color (decimal): -4036372 or 15493314. OLE color: 15493314.

HSL color Cylindrical-coordinate representation of color #C268EC: hue angle of 280.91º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C268EC is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 104 236 -
CMYK 0.18 0.56 0 0.07
HSL 280.91º 0.78% 0.67% -
HSV(B) 280.91º 0.56% 0.93% -
XYZ 42.34 27.43 82.42 -
YUV 145.96 178.82 162.27 -
System Red Green Blue C M Y K H S L
Decimal 194 104 236 0.18 0.56 0 0.07 280.91 0.78 0.67
Hex C2 68 EC 12 38 0 7 119 4E 43
Octal 302 150 354 22 70 0 7 431 116 103
Binary 11000010 1101000 11101100 10010 111000 0 111 100011001 1001110 1000011

Color Harmonies of #C268EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C268EC

Black with #C268EC

Text Example


Text Example

White with #C268EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C268EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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