Html Css Color HEX #C934EB Medium Orchid

📋 copy color: '#C934EB'

red 201 ◦ green 52 ◦ blue 235

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

Shades of Medium Orchid #C934EB

Tints of Medium Orchid #C934EB

RGB

 RED value IS 201 (78.91% from 255) = 41.19%

 GREEN value IS 52 (20.7% from 255) = 10.66%

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

R = 41.19%
G = 10.66%
B = 48.16%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C934EB (or 0xC934EB) is known color: Medium Orchid. HEX triplet: C9, 34 and EB. RGB value is (201,52,235). Sum of RGB (Red+Green+Blue) = 201+52+235=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 52 (20.70% from 255 or 10.66% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #C934EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C934EB is #36CB14. Grayscale: #747474. Windows color (decimal): -3590933 or 15414473. OLE color: 15414473.

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

Color convert

RGB 201 52 235 -
CMYK 0.14 0.78 0 0.08
HSL 288.85º 0.82% 0.56% -
HSV(B) 288.85º 0.78% 0.92% -
XYZ 40.31 20.87 80.5 -
YUV 117.41 194.36 187.62 -
System Red Green Blue C M Y K H S L
Decimal 201 52 235 0.14 0.78 0 0.08 288.85 0.82 0.56
Hex C9 34 EB E 4E 0 8 121 52 38
Octal 311 64 353 16 116 0 10 441 122 70
Binary 11001001 110100 11101011 1110 1001110 0 1000 100100001 1010010 111000

Color Harmonies of #C934EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C934EB

Black with #C934EB

Text Example


Text Example

White with #C934EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C934EB; }

 p { color: rgb(201,52,235); }

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

background-color css

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

 a { background-color: rgb(201,52,235); }

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

border-color css

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

 span { border-color: rgb(201,52,235); }

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