Html Css Color HEX #C865E7 Medium Orchid

📋 copy color: '#C865E7'

red 200 ◦ green 101 ◦ blue 231

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

Shades of Medium Orchid #C865E7

Tints of Medium Orchid #C865E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.42%

R = 37.59%
G = 18.98%
B = 43.42%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C865E7 (or 0xC865E7) is known color: Medium Orchid. HEX triplet: C8, 65 and E7. RGB value is (200,101,231). Sum of RGB (Red+Green+Blue) = 200+101+231=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 101 (39.84% from 255 or 18.98% from 532); Blue value is 231 (90.62% from 255 or 43.42% from 532); Max value from RGB is 231 - color contains mainly: blue. Hex color #C865E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C865E7 is #379A18. Grayscale: #919191. Windows color (decimal): -3643929 or 15164872. OLE color: 15164872.

HSL color Cylindrical-coordinate representation of color #C865E7: hue angle of 285.69º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C865E7 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 200 101 231 -
CMYK 0.13 0.56 0 0.09
HSL 285.69º 0.73% 0.65% -
HSV(B) 285.69º 0.56% 0.91% -
XYZ 42.9 27.36 78.62 -
YUV 145.42 176.3 166.93 -
System Red Green Blue C M Y K H S L
Decimal 200 101 231 0.13 0.56 0 0.09 285.69 0.73 0.65
Hex C8 65 E7 D 38 0 9 11E 49 41
Octal 310 145 347 15 70 0 11 436 111 101
Binary 11001000 1100101 11100111 1101 111000 0 1001 100011110 1001001 1000001

Color Harmonies of #C865E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C865E7

Black with #C865E7

Text Example


Text Example

White with #C865E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C865E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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