Html Css Color HEX #C840FF Medium Orchid

📋 copy color: '#C840FF'

red 200 ◦ green 64 ◦ blue 255

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

Shades of Medium Orchid #C840FF

Tints of Medium Orchid #C840FF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.33%

 BLUE value IS 255 (100% from 255) = 49.13%

R = 38.54%
G = 12.33%
B = 49.13%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C840FF (or 0xC840FF) is known color: Medium Orchid. HEX triplet: C8, 40 and FF. RGB value is (200,64,255). Sum of RGB (Red+Green+Blue) = 200+64+255=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 64 (25.39% from 255 or 12.33% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #C840FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C840FF is #37BF00. Grayscale: #7D7D7D. Windows color (decimal): -3653377 or 16728264. OLE color: 16728264.

HSL color Cylindrical-coordinate representation of color #C840FF: hue angle of 282.72º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C840FF is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 200 64 255 -
CMYK 0.22 0.75 0 0
HSL 282.72º 1% 0.63% -
HSV(B) 282.72º 0.75% 1% -
XYZ 43.7 23.17 96.78 -
YUV 126.44 200.56 180.47 -
System Red Green Blue C M Y K H S L
Decimal 200 64 255 0.22 0.75 0 0 282.72 1 0.63
Hex C8 40 FF 16 4B 0 0 11B 64 3F
Octal 310 100 377 26 113 0 0 433 144 77
Binary 11001000 1000000 11111111 10110 1001011 0 0 100011011 1100100 111111

Color Harmonies of #C840FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C840FF

Black with #C840FF

Text Example


Text Example

White with #C840FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C840FF; }

 p { color: rgb(200,64,255); }

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

background-color css

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

 a { background-color: rgb(200,64,255); }

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

border-color css

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

 span { border-color: rgb(200,64,255); }

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