Html Css Color HEX #C268DB Medium Orchid

📋 copy color: '#C268DB'

red 194 ◦ green 104 ◦ blue 219

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

Shades of Medium Orchid #C268DB

Tints of Medium Orchid #C268DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.36%

R = 37.52%
G = 20.12%
B = 42.36%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C268DB (or 0xC268DB) is known color: Medium Orchid. HEX triplet: C2, 68 and DB. RGB value is (194,104,219). Sum of RGB (Red+Green+Blue) = 194+104+219=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #C268DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C268DB is #3D9724. Grayscale: #8F8F8F. Windows color (decimal): -4036389 or 14379202. OLE color: 14379202.

HSL color Cylindrical-coordinate representation of color #C268DB: hue angle of 286.96º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C268DB is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 104 219 -
CMYK 0.11 0.53 0 0.14
HSL 286.96º 0.61% 0.63% -
HSV(B) 286.96º 0.53% 0.86% -
XYZ 39.98 26.48 70.02 -
YUV 144.02 170.32 163.65 -
System Red Green Blue C M Y K H S L
Decimal 194 104 219 0.11 0.53 0 0.14 286.96 0.61 0.63
Hex C2 68 DB B 35 0 E 11F 3D 3F
Octal 302 150 333 13 65 0 16 437 75 77
Binary 11000010 1101000 11011011 1011 110101 0 1110 100011111 111101 111111

Color Harmonies of #C268DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C268DB

Black with #C268DB

Text Example


Text Example

White with #C268DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C268DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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