Html Css Color HEX #C868E0 Medium Orchid

📋 copy color: '#C868E0'

red 200 ◦ green 104 ◦ blue 224

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

Shades of Medium Orchid #C868E0

Tints of Medium Orchid #C868E0

RGB

 RED value IS 200 (78.52% from 255) = 37.88%

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

 BLUE value IS 224 (87.89% from 255) = 42.42%

R = 37.88%
G = 19.7%
B = 42.42%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C868E0 (or 0xC868E0) is known color: Medium Orchid. HEX triplet: C8, 68 and E0. RGB value is (200,104,224). Sum of RGB (Red+Green+Blue) = 200+104+224=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #C868E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C868E0 is #37971F. Grayscale: #929292. Windows color (decimal): -3643168 or 14706888. OLE color: 14706888.

HSL color Cylindrical-coordinate representation of color #C868E0: hue angle of 288º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C868E0 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 200 104 224 -
CMYK 0.11 0.54 0 0.12
HSL 288º 0.66% 0.64% -
HSV(B) 288º 0.54% 0.88% -
XYZ 42.22 27.56 73.62 -
YUV 146.38 171.8 166.24 -
System Red Green Blue C M Y K H S L
Decimal 200 104 224 0.11 0.54 0 0.12 288 0.66 0.64
Hex C8 68 E0 B 36 0 C 120 42 40
Octal 310 150 340 13 66 0 14 440 102 100
Binary 11001000 1101000 11100000 1011 110110 0 1100 100100000 1000010 1000000

Color Harmonies of #C868E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C868E0

Black with #C868E0

Text Example


Text Example

White with #C868E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C868E0; }

 p { color: rgb(200,104,224); }

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

background-color css

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

 a { background-color: rgb(200,104,224); }

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

border-color css

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

 span { border-color: rgb(200,104,224); }

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