Html Css Color HEX #C342DB Medium Orchid

📋 copy color: '#C342DB'

red 195 ◦ green 66 ◦ blue 219

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

Shades of Medium Orchid #C342DB

Tints of Medium Orchid #C342DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.75%

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

R = 40.63%
G = 13.75%
B = 45.63%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C342DB (or 0xC342DB) is known color: Medium Orchid. HEX triplet: C3, 42 and DB. RGB value is (195,66,219). Sum of RGB (Red+Green+Blue) = 195+66+219=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 66 (26.17% from 255 or 13.75% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #C342DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C342DB is #3CBD24. Grayscale: #797979. Windows color (decimal): -3980581 or 14369475. OLE color: 14369475.

HSL color Cylindrical-coordinate representation of color #C342DB: hue angle of 290.59º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C342DB is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 66 219 -
CMYK 0.11 0.70 0 0.14
HSL 290.59º 0.68% 0.56% -
HSV(B) 290.59º 0.7% 0.86% -
XYZ 37.24 20.61 69.03 -
YUV 122.01 182.74 180.06 -
System Red Green Blue C M Y K H S L
Decimal 195 66 219 0.11 0.70 0 0.14 290.59 0.68 0.56
Hex C3 42 DB B 46 0 E 123 44 38
Octal 303 102 333 13 106 0 16 443 104 70
Binary 11000011 1000010 11011011 1011 1000110 0 1110 100100011 1000100 111000

Color Harmonies of #C342DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C342DB

Black with #C342DB

Text Example


Text Example

White with #C342DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C342DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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