Html Css Color HEX #C933EA Medium Orchid

📋 copy color: '#C933EA'

red 201 ◦ green 51 ◦ blue 234

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

Shades of Medium Orchid #C933EA

Tints of Medium Orchid #C933EA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.49%

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

R = 41.36%
G = 10.49%
B = 48.15%

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

#C933EA (or 0xC933EA) is known color: Medium Orchid. HEX triplet: C9, 33 and EA. RGB value is (201,51,234). Sum of RGB (Red+Green+Blue) = 201+51+234=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 51 (20.31% from 255 or 10.49% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #C933EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C933EA is #36CC15. Grayscale: #747474. Windows color (decimal): -3591190 or 15348681. OLE color: 15348681.

HSL color Cylindrical-coordinate representation of color #C933EA: hue angle of 289.18º degrees, saturation: 0.81, 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 #C933EA is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 51 234 -
CMYK 0.14 0.78 0 0.08
HSL 289.18º 0.81% 0.56% -
HSV(B) 289.18º 0.78% 0.92% -
XYZ 40.12 20.73 79.73 -
YUV 116.71 194.2 188.12 -
System Red Green Blue C M Y K H S L
Decimal 201 51 234 0.14 0.78 0 0.08 289.18 0.81 0.56
Hex C9 33 EA E 4E 0 8 121 51 38
Octal 311 63 352 16 116 0 10 441 121 70
Binary 11001001 110011 11101010 1110 1001110 0 1000 100100001 1010001 111000

Color Harmonies of #C933EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C933EA

Black with #C933EA

Text Example


Text Example

White with #C933EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C933EA; }

 p { color: rgb(201,51,234); }

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

background-color css

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

 a { background-color: rgb(201,51,234); }

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

border-color css

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

 span { border-color: rgb(201,51,234); }

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