Html Css Color HEX #C33AD0 Medium Orchid

📋 copy color: '#C33AD0'

red 195 ◦ green 58 ◦ blue 208

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

Shades of Medium Orchid #C33AD0

Tints of Medium Orchid #C33AD0

RGB

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

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

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

R = 42.3%
G = 12.58%
B = 45.12%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C33AD0 (or 0xC33AD0) is known color: Medium Orchid. HEX triplet: C3, 3A and D0. RGB value is (195,58,208). Sum of RGB (Red+Green+Blue) = 195+58+208=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #C33AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33AD0 is #3CC52F. Grayscale: #737373. Windows color (decimal): -3982640 or 13646531. OLE color: 13646531.

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

Color convert

RGB 195 58 208 -
CMYK 0.06 0.72 0 0.18
HSL 294.8º 0.61% 0.52% -
HSV(B) 294.8º 0.72% 0.82% -
XYZ 35.4 19.18 61.51 -
YUV 116.06 179.89 184.3 -
System Red Green Blue C M Y K H S L
Decimal 195 58 208 0.06 0.72 0 0.18 294.8 0.61 0.52
Hex C3 3A D0 6 48 0 12 127 3D 34
Octal 303 72 320 6 110 0 22 447 75 64
Binary 11000011 111010 11010000 110 1001000 0 10010 100100111 111101 110100

Color Harmonies of #C33AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33AD0

Black with #C33AD0

Text Example


Text Example

White with #C33AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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