Html Css Color HEX #C84BFA Medium Orchid

📋 copy color: '#C84BFA'

red 200 ◦ green 75 ◦ blue 250

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

Shades of Medium Orchid #C84BFA

Tints of Medium Orchid #C84BFA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.29%

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

R = 38.1%
G = 14.29%
B = 47.62%

CMYK

 C value IS 0.2

 M value IS 0.7

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C84BFA (or 0xC84BFA) is known color: Medium Orchid. HEX triplet: C8, 4B and FA. RGB value is (200,75,250). Sum of RGB (Red+Green+Blue) = 200+75+250=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 75 (29.69% from 255 or 14.29% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #C84BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84BFA is #37B405. Grayscale: #838383. Windows color (decimal): -3650566 or 16403400. OLE color: 16403400.

HSL color Cylindrical-coordinate representation of color #C84BFA: hue angle of 282.86º 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 #C84BFA is Cyan = 0.2, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 75 250 -
CMYK 0.2 0.7 0 0.02
HSL 282.86º 0.95% 0.64% -
HSV(B) 282.86º 0.7% 0.98% -
XYZ 43.59 24.21 92.82 -
YUV 132.33 194.41 176.27 -
System Red Green Blue C M Y K H S L
Decimal 200 75 250 0.2 0.7 0 0.02 282.86 0.95 0.64
Hex C8 4B FA 14 46 0 2 11B 5F 40
Octal 310 113 372 24 106 0 2 433 137 100
Binary 11001000 1001011 11111010 10100 1000110 0 10 100011011 1011111 1000000

Color Harmonies of #C84BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84BFA

Black with #C84BFA

Text Example


Text Example

White with #C84BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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