Html Css Color HEX #C33CD0 Medium Orchid

📋 copy color: '#C33CD0'

red 195 ◦ green 60 ◦ blue 208

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

Shades of Medium Orchid #C33CD0

Tints of Medium Orchid #C33CD0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.96%

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

R = 42.12%
G = 12.96%
B = 44.92%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C33CD0 (or 0xC33CD0) is known color: Medium Orchid. HEX triplet: C3, 3C and D0. RGB value is (195,60,208). Sum of RGB (Red+Green+Blue) = 195+60+208=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #C33CD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33CD0 is #3CC32F. Grayscale: #747474. Windows color (decimal): -3982128 or 13647043. OLE color: 13647043.

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

Color convert

RGB 195 60 208 -
CMYK 0.06 0.71 0 0.18
HSL 294.73º 0.61% 0.53% -
HSV(B) 294.73º 0.71% 0.82% -
XYZ 35.51 19.39 61.55 -
YUV 117.24 179.23 183.47 -
System Red Green Blue C M Y K H S L
Decimal 195 60 208 0.06 0.71 0 0.18 294.73 0.61 0.53
Hex C3 3C D0 6 47 0 12 127 3D 35
Octal 303 74 320 6 107 0 22 447 75 65
Binary 11000011 111100 11010000 110 1000111 0 10010 100100111 111101 110101

Color Harmonies of #C33CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33CD0

Black with #C33CD0

Text Example


Text Example

White with #C33CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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