Html Css Color HEX #C362DB Medium Orchid

📋 copy color: '#C362DB'

red 195 ◦ green 98 ◦ blue 219

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

Shades of Medium Orchid #C362DB

Tints of Medium Orchid #C362DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.14%

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

R = 38.09%
G = 19.14%
B = 42.77%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C362DB (or 0xC362DB) is known color: Medium Orchid. HEX triplet: C3, 62 and DB. RGB value is (195,98,219). Sum of RGB (Red+Green+Blue) = 195+98+219=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #C362DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C362DB is #3C9D24. Grayscale: #8C8C8C. Windows color (decimal): -3972389 or 14377667. OLE color: 14377667.

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

Color convert

RGB 195 98 219 -
CMYK 0.11 0.55 0 0.14
HSL 288.1º 0.63% 0.62% -
HSV(B) 288.1º 0.55% 0.86% -
XYZ 39.66 25.45 69.84 -
YUV 140.8 172.14 166.66 -
System Red Green Blue C M Y K H S L
Decimal 195 98 219 0.11 0.55 0 0.14 288.1 0.63 0.62
Hex C3 62 DB B 37 0 E 120 3F 3E
Octal 303 142 333 13 67 0 16 440 77 76
Binary 11000011 1100010 11011011 1011 110111 0 1110 100100000 111111 111110

Color Harmonies of #C362DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C362DB

Black with #C362DB

Text Example


Text Example

White with #C362DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C362DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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