Html Css Color HEX #C84BFB Medium Orchid

📋 copy color: '#C84BFB'

red 200 ◦ green 75 ◦ blue 251

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

Shades of Medium Orchid #C84BFB

Tints of Medium Orchid #C84BFB

RGB

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

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

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

R = 38.02%
G = 14.26%
B = 47.72%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C84BFB (or 0xC84BFB) is known color: Medium Orchid. HEX triplet: C8, 4B and FB. RGB value is (200,75,251). Sum of RGB (Red+Green+Blue) = 200+75+251=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 75 (29.69% from 255 or 14.26% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #C84BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84BFB is #37B404. Grayscale: #838383. Windows color (decimal): -3650565 or 16468936. OLE color: 16468936.

HSL color Cylindrical-coordinate representation of color #C84BFB: hue angle of 282.61º degrees, saturation: 0.96, 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 #C84BFB is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 75 251 -
CMYK 0.20 0.70 0 0.02
HSL 282.61º 0.96% 0.64% -
HSV(B) 282.61º 0.7% 0.98% -
XYZ 43.75 24.28 93.65 -
YUV 132.44 194.91 176.19 -
System Red Green Blue C M Y K H S L
Decimal 200 75 251 0.20 0.70 0 0.02 282.61 0.96 0.64
Hex C8 4B FB 14 46 0 2 11B 60 40
Octal 310 113 373 24 106 0 2 433 140 100
Binary 11001000 1001011 11111011 10100 1000110 0 10 100011011 1100000 1000000

Color Harmonies of #C84BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84BFB

Black with #C84BFB

Text Example


Text Example

White with #C84BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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