Html Css Color HEX #C33AFE Medium Orchid

📋 copy color: '#C33AFE'

red 195 ◦ green 58 ◦ blue 254

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

Shades of Medium Orchid #C33AFE

Tints of Medium Orchid #C33AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.1%

R = 38.46%
G = 11.44%
B = 50.1%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C33AFE (or 0xC33AFE) is known color: Medium Orchid. HEX triplet: C3, 3A and FE. RGB value is (195,58,254). Sum of RGB (Red+Green+Blue) = 195+58+254=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 58 (23.05% from 255 or 11.44% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #C33AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33AFE is #3CC501. Grayscale: #787878. Windows color (decimal): -3982594 or 16661187. OLE color: 16661187.

HSL color Cylindrical-coordinate representation of color #C33AFE: hue angle of 281.94º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C33AFE is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 58 254 -
CMYK 0.23 0.77 0 0.00
HSL 281.94º 0.99% 0.61% -
HSV(B) 281.94º 0.77% 1% -
XYZ 41.91 21.78 95.76 -
YUV 121.31 202.89 180.56 -
System Red Green Blue C M Y K H S L
Decimal 195 58 254 0.23 0.77 0 0.00 281.94 0.99 0.61
Hex C3 3A FE 17 4D 0 0 11A 63 3D
Octal 303 72 376 27 115 0 0 432 143 75
Binary 11000011 111010 11111110 10111 1001101 0 0 100011010 1100011 111101

Color Harmonies of #C33AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33AFE

Black with #C33AFE

Text Example


Text Example

White with #C33AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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