Html Css Color HEX #C33AFA Medium Orchid

📋 copy color: '#C33AFA'

red 195 ◦ green 58 ◦ blue 250

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

Shades of Medium Orchid #C33AFA

Tints of Medium Orchid #C33AFA

RGB

 RED value IS 195 (76.56% from 255) = 38.77%

 GREEN value IS 58 (23.05% from 255) = 11.53%

 BLUE value IS 250 (98.05% from 255) = 49.7%

R = 38.77%
G = 11.53%
B = 49.7%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C33AFA (or 0xC33AFA) is known color: Medium Orchid. HEX triplet: C3, 3A and FA. RGB value is (195,58,250). Sum of RGB (Red+Green+Blue) = 195+58+250=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 58 (23.05% from 255 or 11.53% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #C33AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33AFA is #3CC505. Grayscale: #787878. Windows color (decimal): -3982598 or 16399043. OLE color: 16399043.

HSL color Cylindrical-coordinate representation of color #C33AFA: hue angle of 282.81º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C33AFA is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 58 250 -
CMYK 0.22 0.77 0 0.02
HSL 282.81º 0.95% 0.6% -
HSV(B) 282.81º 0.77% 0.98% -
XYZ 41.27 21.53 92.42 -
YUV 120.85 200.89 180.89 -
System Red Green Blue C M Y K H S L
Decimal 195 58 250 0.22 0.77 0 0.02 282.81 0.95 0.6
Hex C3 3A FA 16 4D 0 2 11B 5F 3C
Octal 303 72 372 26 115 0 2 433 137 74
Binary 11000011 111010 11111010 10110 1001101 0 10 100011011 1011111 111100

Color Harmonies of #C33AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33AFA

Black with #C33AFA

Text Example


Text Example

White with #C33AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33AFA; }

 p { color: rgb(195,58,250); }

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

background-color css

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

 a { background-color: rgb(195,58,250); }

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

border-color css

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

 span { border-color: rgb(195,58,250); }

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