Html Css Color HEX #C339DB Medium Orchid

📋 copy color: '#C339DB'

red 195 ◦ green 57 ◦ blue 219

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

Shades of Medium Orchid #C339DB

Tints of Medium Orchid #C339DB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.1%

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

R = 41.4%
G = 12.1%
B = 46.5%

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

#C339DB (or 0xC339DB) is known color: Medium Orchid. HEX triplet: C3, 39 and DB. RGB value is (195,57,219). Sum of RGB (Red+Green+Blue) = 195+57+219=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 57 (22.66% from 255 or 12.10% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #C339DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C339DB is #3CC624. Grayscale: #747474. Windows color (decimal): -3982885 or 14367171. OLE color: 14367171.

HSL color Cylindrical-coordinate representation of color #C339DB: hue angle of 291.11º 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 #C339DB is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 57 219 -
CMYK 0.11 0.74 0 0.14
HSL 291.11º 0.69% 0.54% -
HSV(B) 291.11º 0.74% 0.86% -
XYZ 36.75 19.64 68.87 -
YUV 116.73 185.72 183.83 -
System Red Green Blue C M Y K H S L
Decimal 195 57 219 0.11 0.74 0 0.14 291.11 0.69 0.54
Hex C3 39 DB B 4A 0 E 123 45 36
Octal 303 71 333 13 112 0 16 443 105 66
Binary 11000011 111001 11011011 1011 1001010 0 1110 100100011 1000101 110110

Color Harmonies of #C339DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C339DB

Black with #C339DB

Text Example


Text Example

White with #C339DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C339DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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