Html Css Color HEX #C268EB Medium Orchid

📋 copy color: '#C268EB'

red 194 ◦ green 104 ◦ blue 235

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

Shades of Medium Orchid #C268EB

Tints of Medium Orchid #C268EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.09%

R = 36.4%
G = 19.51%
B = 44.09%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C268EB (or 0xC268EB) is known color: Medium Orchid. HEX triplet: C2, 68 and EB. RGB value is (194,104,235). Sum of RGB (Red+Green+Blue) = 194+104+235=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #C268EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C268EB is #3D9714. Grayscale: #919191. Windows color (decimal): -4036373 or 15427778. OLE color: 15427778.

HSL color Cylindrical-coordinate representation of color #C268EB: hue angle of 281.22º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C268EB is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 104 235 -
CMYK 0.17 0.56 0 0.08
HSL 281.22º 0.77% 0.66% -
HSV(B) 281.22º 0.56% 0.92% -
XYZ 42.19 27.37 81.66 -
YUV 145.84 178.32 162.35 -
System Red Green Blue C M Y K H S L
Decimal 194 104 235 0.17 0.56 0 0.08 281.22 0.77 0.66
Hex C2 68 EB 11 38 0 8 119 4D 42
Octal 302 150 353 21 70 0 10 431 115 102
Binary 11000010 1101000 11101011 10001 111000 0 1000 100011001 1001101 1000010

Color Harmonies of #C268EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C268EB

Black with #C268EB

Text Example


Text Example

White with #C268EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C268EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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