Html Css Color HEX #C33FFA Medium Orchid

📋 copy color: '#C33FFA'

red 195 ◦ green 63 ◦ blue 250

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

Shades of Medium Orchid #C33FFA

Tints of Medium Orchid #C33FFA

RGB

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

 GREEN value IS 63 (25% from 255) = 12.4%

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

R = 38.39%
G = 12.4%
B = 49.21%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C33FFA (or 0xC33FFA) is known color: Medium Orchid. HEX triplet: C3, 3F and FA. RGB value is (195,63,250). Sum of RGB (Red+Green+Blue) = 195+63+250=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 63 (25% from 255 or 12.40% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #C33FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33FFA is #3CC005. Grayscale: #7B7B7B. Windows color (decimal): -3981318 or 16400323. OLE color: 16400323.

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

Color convert

RGB 195 63 250 -
CMYK 0.22 0.75 0 0.02
HSL 282.35º 0.95% 0.61% -
HSV(B) 282.35º 0.75% 0.98% -
XYZ 41.54 22.06 92.51 -
YUV 123.79 199.23 178.79 -
System Red Green Blue C M Y K H S L
Decimal 195 63 250 0.22 0.75 0 0.02 282.35 0.95 0.61
Hex C3 3F FA 16 4B 0 2 11A 5F 3D
Octal 303 77 372 26 113 0 2 432 137 75
Binary 11000011 111111 11111010 10110 1001011 0 10 100011010 1011111 111101

Color Harmonies of #C33FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33FFA

Black with #C33FFA

Text Example


Text Example

White with #C33FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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