Html Css Color HEX #C84CFC Medium Orchid

📋 copy color: '#C84CFC'

red 200 ◦ green 76 ◦ blue 252

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

Shades of Medium Orchid #C84CFC

Tints of Medium Orchid #C84CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.73%

R = 37.88%
G = 14.39%
B = 47.73%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C84CFC (or 0xC84CFC) is known color: Medium Orchid. HEX triplet: C8, 4C and FC. RGB value is (200,76,252). Sum of RGB (Red+Green+Blue) = 200+76+252=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 76 (30.08% from 255 or 14.39% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #C84CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84CFC is #37B303. Grayscale: #848484. Windows color (decimal): -3650308 or 16534728. OLE color: 16534728.

HSL color Cylindrical-coordinate representation of color #C84CFC: hue angle of 282.27º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C84CFC is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 76 252 -
CMYK 0.21 0.70 0 0.01
HSL 282.27º 0.97% 0.64% -
HSV(B) 282.27º 0.7% 0.99% -
XYZ 43.97 24.48 94.5 -
YUV 133.14 195.08 175.69 -
System Red Green Blue C M Y K H S L
Decimal 200 76 252 0.21 0.70 0 0.01 282.27 0.97 0.64
Hex C8 4C FC 15 46 0 1 11A 61 40
Octal 310 114 374 25 106 0 1 432 141 100
Binary 11001000 1001100 11111100 10101 1000110 0 1 100011010 1100001 1000000

Color Harmonies of #C84CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84CFC

Black with #C84CFC

Text Example


Text Example

White with #C84CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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