Html Css Color HEX #C84AFB Medium Orchid

📋 copy color: '#C84AFB'

red 200 ◦ green 74 ◦ blue 251

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

Shades of Medium Orchid #C84AFB

Tints of Medium Orchid #C84AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.1%

 BLUE value IS 251 (98.44% from 255) = 47.81%

R = 38.1%
G = 14.1%
B = 47.81%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C84AFB (or 0xC84AFB) is known color: Medium Orchid. HEX triplet: C8, 4A and FB. RGB value is (200,74,251). Sum of RGB (Red+Green+Blue) = 200+74+251=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 74 (29.30% from 255 or 14.10% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #C84AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84AFB is #37B504. Grayscale: #838383. Windows color (decimal): -3650821 or 16468680. OLE color: 16468680.

HSL color Cylindrical-coordinate representation of color #C84AFB: hue angle of 282.71º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C84AFB is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 74 251 -
CMYK 0.20 0.71 0 0.02
HSL 282.71º 0.96% 0.64% -
HSV(B) 282.71º 0.71% 0.98% -
XYZ 43.68 24.14 93.62 -
YUV 131.85 195.24 176.61 -
System Red Green Blue C M Y K H S L
Decimal 200 74 251 0.20 0.71 0 0.02 282.71 0.96 0.64
Hex C8 4A FB 14 47 0 2 11B 60 40
Octal 310 112 373 24 107 0 2 433 140 100
Binary 11001000 1001010 11111011 10100 1000111 0 10 100011011 1100000 1000000

Color Harmonies of #C84AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84AFB

Black with #C84AFB

Text Example


Text Example

White with #C84AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84AFB; }

 p { color: rgb(200,74,251); }

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

background-color css

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

 a { background-color: rgb(200,74,251); }

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

border-color css

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

 span { border-color: rgb(200,74,251); }

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