Html Css Color HEX #C840FA Medium Orchid

📋 copy color: '#C840FA'

red 200 ◦ green 64 ◦ blue 250

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

Shades of Medium Orchid #C840FA

Tints of Medium Orchid #C840FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.64%

R = 38.91%
G = 12.45%
B = 48.64%

CMYK

 C value IS 0.2

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C840FA (or 0xC840FA) is known color: Medium Orchid. HEX triplet: C8, 40 and FA. RGB value is (200,64,250). Sum of RGB (Red+Green+Blue) = 200+64+250=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 64 (25.39% from 255 or 12.45% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #C840FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C840FA is #37BF05. Grayscale: #7D7D7D. Windows color (decimal): -3653382 or 16400584. OLE color: 16400584.

HSL color Cylindrical-coordinate representation of color #C840FA: hue angle of 283.87º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C840FA is Cyan = 0.2, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 64 250 -
CMYK 0.2 0.74 0 0.02
HSL 283.87º 0.95% 0.62% -
HSV(B) 283.87º 0.74% 0.98% -
XYZ 42.91 22.85 92.59 -
YUV 125.87 198.06 180.88 -
System Red Green Blue C M Y K H S L
Decimal 200 64 250 0.2 0.74 0 0.02 283.87 0.95 0.62
Hex C8 40 FA 14 4A 0 2 11C 5F 3E
Octal 310 100 372 24 112 0 2 434 137 76
Binary 11001000 1000000 11111010 10100 1001010 0 10 100011100 1011111 111110

Color Harmonies of #C840FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C840FA

Black with #C840FA

Text Example


Text Example

White with #C840FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C840FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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