Html Css Color HEX #C84CEB Medium Orchid

📋 copy color: '#C84CEB'

red 200 ◦ green 76 ◦ blue 235

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

Shades of Medium Orchid #C84CEB

Tints of Medium Orchid #C84CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.99%

R = 39.14%
G = 14.87%
B = 45.99%

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

#C84CEB (or 0xC84CEB) is known color: Medium Orchid. HEX triplet: C8, 4C and EB. RGB value is (200,76,235). Sum of RGB (Red+Green+Blue) = 200+76+235=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 76 (30.08% from 255 or 14.87% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #C84CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84CEB is #37B314. Grayscale: #828282. Windows color (decimal): -3650325 or 15420616. OLE color: 15420616.

HSL color Cylindrical-coordinate representation of color #C84CEB: hue angle of 286.79º degrees, saturation: 0.8, 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 #C84CEB is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 76 235 -
CMYK 0.15 0.68 0 0.08
HSL 286.79º 0.8% 0.61% -
HSV(B) 286.79º 0.68% 0.92% -
XYZ 41.4 23.45 80.94 -
YUV 131.2 186.58 177.07 -
System Red Green Blue C M Y K H S L
Decimal 200 76 235 0.15 0.68 0 0.08 286.79 0.8 0.61
Hex C8 4C EB F 44 0 8 11F 50 3D
Octal 310 114 353 17 104 0 10 437 120 75
Binary 11001000 1001100 11101011 1111 1000100 0 1000 100011111 1010000 111101

Color Harmonies of #C84CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84CEB

Black with #C84CEB

Text Example


Text Example

White with #C84CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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