Html Css Color HEX #C33FD0 Medium Orchid

📋 copy color: '#C33FD0'

red 195 ◦ green 63 ◦ blue 208

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

Shades of Medium Orchid #C33FD0

Tints of Medium Orchid #C33FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.64%

R = 41.85%
G = 13.52%
B = 44.64%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C33FD0 (or 0xC33FD0) is known color: Medium Orchid. HEX triplet: C3, 3F and D0. RGB value is (195,63,208). Sum of RGB (Red+Green+Blue) = 195+63+208=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #C33FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33FD0 is #3CC02F. Grayscale: #767676. Windows color (decimal): -3981360 or 13647811. OLE color: 13647811.

HSL color Cylindrical-coordinate representation of color #C33FD0: hue angle of 294.62º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33FD0 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 63 208 -
CMYK 0.06 0.70 0 0.18
HSL 294.62º 0.61% 0.53% -
HSV(B) 294.62º 0.7% 0.82% -
XYZ 35.67 19.71 61.6 -
YUV 119 178.23 182.21 -
System Red Green Blue C M Y K H S L
Decimal 195 63 208 0.06 0.70 0 0.18 294.62 0.61 0.53
Hex C3 3F D0 6 46 0 12 127 3D 35
Octal 303 77 320 6 106 0 22 447 75 65
Binary 11000011 111111 11010000 110 1000110 0 10010 100100111 111101 110101

Color Harmonies of #C33FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33FD0

Black with #C33FD0

Text Example


Text Example

White with #C33FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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