Html Css Color HEX #C869E0 Medium Orchid

📋 copy color: '#C869E0'

red 200 ◦ green 105 ◦ blue 224

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

Shades of Medium Orchid #C869E0

Tints of Medium Orchid #C869E0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.85%

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

R = 37.81%
G = 19.85%
B = 42.34%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C869E0 (or 0xC869E0) is known color: Medium Orchid. HEX triplet: C8, 69 and E0. RGB value is (200,105,224). Sum of RGB (Red+Green+Blue) = 200+105+224=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #C869E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869E0 is #37961F. Grayscale: #929292. Windows color (decimal): -3642912 or 14707144. OLE color: 14707144.

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

Color convert

RGB 200 105 224 -
CMYK 0.11 0.53 0 0.12
HSL 287.9º 0.66% 0.65% -
HSV(B) 287.9º 0.53% 0.88% -
XYZ 42.33 27.76 73.65 -
YUV 146.97 171.47 165.82 -
System Red Green Blue C M Y K H S L
Decimal 200 105 224 0.11 0.53 0 0.12 287.9 0.66 0.65
Hex C8 69 E0 B 35 0 C 120 42 41
Octal 310 151 340 13 65 0 14 440 102 101
Binary 11001000 1101001 11100000 1011 110101 0 1100 100100000 1000010 1000001

Color Harmonies of #C869E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C869E0

Black with #C869E0

Text Example


Text Example

White with #C869E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C869E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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