Html Css Color HEX #C84CEA Medium Orchid

📋 copy color: '#C84CEA'

red 200 ◦ green 76 ◦ blue 234

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

Shades of Medium Orchid #C84CEA

Tints of Medium Orchid #C84CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.88%

R = 39.22%
G = 14.9%
B = 45.88%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C84CEA (or 0xC84CEA) is known color: Medium Orchid. HEX triplet: C8, 4C and EA. RGB value is (200,76,234). Sum of RGB (Red+Green+Blue) = 200+76+234=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 76 (30.08% from 255 or 14.90% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #C84CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84CEA is #37B315. Grayscale: #828282. Windows color (decimal): -3650326 or 15355080. OLE color: 15355080.

HSL color Cylindrical-coordinate representation of color #C84CEA: hue angle of 287.09º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84CEA is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 76 234 -
CMYK 0.15 0.68 0 0.08
HSL 287.09º 0.79% 0.61% -
HSV(B) 287.09º 0.68% 0.92% -
XYZ 41.26 23.39 80.18 -
YUV 131.09 186.08 177.15 -
System Red Green Blue C M Y K H S L
Decimal 200 76 234 0.15 0.68 0 0.08 287.09 0.79 0.61
Hex C8 4C EA F 44 0 8 11F 4F 3D
Octal 310 114 352 17 104 0 10 437 117 75
Binary 11001000 1001100 11101010 1111 1000100 0 1000 100011111 1001111 111101

Color Harmonies of #C84CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84CEA

Black with #C84CEA

Text Example


Text Example

White with #C84CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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