Html Css Color HEX #C832EB Medium Orchid

📋 copy color: '#C832EB'

red 200 ◦ green 50 ◦ blue 235

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

Shades of Medium Orchid #C832EB

Tints of Medium Orchid #C832EB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.31%

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

R = 41.24%
G = 10.31%
B = 48.45%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C832EB (or 0xC832EB) is known color: Medium Orchid. HEX triplet: C8, 32 and EB. RGB value is (200,50,235). Sum of RGB (Red+Green+Blue) = 200+50+235=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 50 (19.92% from 255 or 10.31% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #C832EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C832EB is #37CD14. Grayscale: #737373. Windows color (decimal): -3656981 or 15413960. OLE color: 15413960.

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

Color convert

RGB 200 50 235 -
CMYK 0.15 0.79 0 0.08
HSL 288.65º 0.82% 0.56% -
HSV(B) 288.65º 0.79% 0.92% -
XYZ 39.96 20.56 80.46 -
YUV 115.94 195.2 187.96 -
System Red Green Blue C M Y K H S L
Decimal 200 50 235 0.15 0.79 0 0.08 288.65 0.82 0.56
Hex C8 32 EB F 4F 0 8 121 52 38
Octal 310 62 353 17 117 0 10 441 122 70
Binary 11001000 110010 11101011 1111 1001111 0 1000 100100001 1010010 111000

Color Harmonies of #C832EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C832EB

Black with #C832EB

Text Example


Text Example

White with #C832EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C832EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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