Html Css Color HEX #C33CDE Medium Orchid

📋 copy color: '#C33CDE'

red 195 ◦ green 60 ◦ blue 222

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

Shades of Medium Orchid #C33CDE

Tints of Medium Orchid #C33CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.54%

R = 40.88%
G = 12.58%
B = 46.54%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C33CDE (or 0xC33CDE) is known color: Medium Orchid. HEX triplet: C3, 3C and DE. RGB value is (195,60,222). Sum of RGB (Red+Green+Blue) = 195+60+222=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #C33CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33CDE is #3CC321. Grayscale: #767676. Windows color (decimal): -3982114 or 14564547. OLE color: 14564547.

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

Color convert

RGB 195 60 222 -
CMYK 0.12 0.73 0 0.13
HSL 290º 0.71% 0.55% -
HSV(B) 290º 0.73% 0.87% -
XYZ 37.31 20.11 71.02 -
YUV 118.83 186.23 182.33 -
System Red Green Blue C M Y K H S L
Decimal 195 60 222 0.12 0.73 0 0.13 290 0.71 0.55
Hex C3 3C DE C 49 0 D 122 47 37
Octal 303 74 336 14 111 0 15 442 107 67
Binary 11000011 111100 11011110 1100 1001001 0 1101 100100010 1000111 110111

Color Harmonies of #C33CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33CDE

Black with #C33CDE

Text Example


Text Example

White with #C33CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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