Html Css Color HEX #C865EA Medium Orchid

📋 copy color: '#C865EA'

red 200 ◦ green 101 ◦ blue 234

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

Shades of Medium Orchid #C865EA

Tints of Medium Orchid #C865EA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.88%

 BLUE value IS 234 (91.8% from 255) = 43.74%

R = 37.38%
G = 18.88%
B = 43.74%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C865EA (or 0xC865EA) is known color: Medium Orchid. HEX triplet: C8, 65 and EA. RGB value is (200,101,234). Sum of RGB (Red+Green+Blue) = 200+101+234=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #C865EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C865EA is #379A15. Grayscale: #919191. Windows color (decimal): -3643926 or 15361480. OLE color: 15361480.

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

Color convert

RGB 200 101 234 -
CMYK 0.15 0.57 0 0.08
HSL 284.66º 0.76% 0.66% -
HSV(B) 284.66º 0.57% 0.92% -
XYZ 43.32 27.53 80.87 -
YUV 145.76 177.8 166.69 -
System Red Green Blue C M Y K H S L
Decimal 200 101 234 0.15 0.57 0 0.08 284.66 0.76 0.66
Hex C8 65 EA F 39 0 8 11D 4C 42
Octal 310 145 352 17 71 0 10 435 114 102
Binary 11001000 1100101 11101010 1111 111001 0 1000 100011101 1001100 1000010

Color Harmonies of #C865EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C865EA

Black with #C865EA

Text Example


Text Example

White with #C865EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C865EA; }

 p { color: rgb(200,101,234); }

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

background-color css

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

 a { background-color: rgb(200,101,234); }

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

border-color css

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

 span { border-color: rgb(200,101,234); }

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