Html Css Color HEX #C33ADB Medium Orchid

📋 copy color: '#C33ADB'

red 195 ◦ green 58 ◦ blue 219

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

Shades of Medium Orchid #C33ADB

Tints of Medium Orchid #C33ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.4%

R = 41.31%
G = 12.29%
B = 46.4%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C33ADB (or 0xC33ADB) is known color: Medium Orchid. HEX triplet: C3, 3A and DB. RGB value is (195,58,219). Sum of RGB (Red+Green+Blue) = 195+58+219=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 58 (23.05% from 255 or 12.29% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #C33ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33ADB is #3CC524. Grayscale: #747474. Windows color (decimal): -3982629 or 14367427. OLE color: 14367427.

HSL color Cylindrical-coordinate representation of color #C33ADB: hue angle of 291.06º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33ADB is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 58 219 -
CMYK 0.11 0.74 0 0.14
HSL 291.06º 0.69% 0.54% -
HSV(B) 291.06º 0.74% 0.86% -
XYZ 36.8 19.74 68.89 -
YUV 117.32 185.39 183.41 -
System Red Green Blue C M Y K H S L
Decimal 195 58 219 0.11 0.74 0 0.14 291.06 0.69 0.54
Hex C3 3A DB B 4A 0 E 123 45 36
Octal 303 72 333 13 112 0 16 443 105 66
Binary 11000011 111010 11011011 1011 1001010 0 1110 100100011 1000101 110110

Color Harmonies of #C33ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33ADB

Black with #C33ADB

Text Example


Text Example

White with #C33ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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