Html Css Color HEX #C33FDD Medium Orchid

📋 copy color: '#C33FDD'

red 195 ◦ green 63 ◦ blue 221

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

Shades of Medium Orchid #C33FDD

Tints of Medium Orchid #C33FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.14%

R = 40.71%
G = 13.15%
B = 46.14%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C33FDD (or 0xC33FDD) is known color: Medium Orchid. HEX triplet: C3, 3F and DD. RGB value is (195,63,221). Sum of RGB (Red+Green+Blue) = 195+63+221=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 63 (25% from 255 or 13.15% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #C33FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33FDD is #3CC022. Grayscale: #777777. Windows color (decimal): -3981347 or 14499779. OLE color: 14499779.

HSL color Cylindrical-coordinate representation of color #C33FDD: hue angle of 290.13º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33FDD is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 63 221 -
CMYK 0.12 0.71 0 0.13
HSL 290.13º 0.7% 0.56% -
HSV(B) 290.13º 0.71% 0.87% -
XYZ 37.33 20.38 70.37 -
YUV 120.48 184.73 181.15 -
System Red Green Blue C M Y K H S L
Decimal 195 63 221 0.12 0.71 0 0.13 290.13 0.7 0.56
Hex C3 3F DD C 47 0 D 122 46 38
Octal 303 77 335 14 107 0 15 442 106 70
Binary 11000011 111111 11011101 1100 1000111 0 1101 100100010 1000110 111000

Color Harmonies of #C33FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33FDD

Black with #C33FDD

Text Example


Text Example

White with #C33FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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