Html Css Color HEX #C84CFA Medium Orchid

📋 copy color: '#C84CFA'

red 200 ◦ green 76 ◦ blue 250

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

Shades of Medium Orchid #C84CFA

Tints of Medium Orchid #C84CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.45%

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

R = 38.02%
G = 14.45%
B = 47.53%

CMYK

 C value IS 0.2

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C84CFA (or 0xC84CFA) is known color: Medium Orchid. HEX triplet: C8, 4C and FA. RGB value is (200,76,250). Sum of RGB (Red+Green+Blue) = 200+76+250=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 76 (30.08% from 255 or 14.45% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #C84CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84CFA is #37B305. Grayscale: #848484. Windows color (decimal): -3650310 or 16403656. OLE color: 16403656.

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

Color convert

RGB 200 76 250 -
CMYK 0.2 0.70 0 0.02
HSL 282.76º 0.95% 0.64% -
HSV(B) 282.76º 0.7% 0.98% -
XYZ 43.66 24.35 92.84 -
YUV 132.91 194.08 175.85 -
System Red Green Blue C M Y K H S L
Decimal 200 76 250 0.2 0.70 0 0.02 282.76 0.95 0.64
Hex C8 4C FA 14 46 0 2 11B 5F 40
Octal 310 114 372 24 106 0 2 433 137 100
Binary 11001000 1001100 11111010 10100 1000110 0 10 100011011 1011111 1000000

Color Harmonies of #C84CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84CFA

Black with #C84CFA

Text Example


Text Example

White with #C84CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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