Html Css Color HEX #C845FA Medium Orchid

📋 copy color: '#C845FA'

red 200 ◦ green 69 ◦ blue 250

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

Shades of Medium Orchid #C845FA

Tints of Medium Orchid #C845FA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.29%

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

R = 38.54%
G = 13.29%
B = 48.17%

CMYK

 C value IS 0.2

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C845FA (or 0xC845FA) is known color: Medium Orchid. HEX triplet: C8, 45 and FA. RGB value is (200,69,250). Sum of RGB (Red+Green+Blue) = 200+69+250=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 69 (27.34% from 255 or 13.29% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #C845FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C845FA is #37BA05. Grayscale: #808080. Windows color (decimal): -3652102 or 16401864. OLE color: 16401864.

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

Color convert

RGB 200 69 250 -
CMYK 0.2 0.72 0 0.02
HSL 283.43º 0.95% 0.63% -
HSV(B) 283.43º 0.72% 0.98% -
XYZ 43.2 23.44 92.69 -
YUV 128.8 196.4 178.78 -
System Red Green Blue C M Y K H S L
Decimal 200 69 250 0.2 0.72 0 0.02 283.43 0.95 0.63
Hex C8 45 FA 14 48 0 2 11B 5F 3F
Octal 310 105 372 24 110 0 2 433 137 77
Binary 11001000 1000101 11111010 10100 1001000 0 10 100011011 1011111 111111

Color Harmonies of #C845FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C845FA

Black with #C845FA

Text Example


Text Example

White with #C845FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C845FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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