Html Css Color HEX #C369DB Medium Orchid

📋 copy color: '#C369DB'

red 195 ◦ green 105 ◦ blue 219

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

Shades of Medium Orchid #C369DB

Tints of Medium Orchid #C369DB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.23%

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

R = 37.57%
G = 20.23%
B = 42.2%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C369DB (or 0xC369DB) is known color: Medium Orchid. HEX triplet: C3, 69 and DB. RGB value is (195,105,219). Sum of RGB (Red+Green+Blue) = 195+105+219=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #C369DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369DB is #3C9624. Grayscale: #909090. Windows color (decimal): -3970597 or 14379459. OLE color: 14379459.

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

Color convert

RGB 195 105 219 -
CMYK 0.11 0.52 0 0.14
HSL 287.37º 0.61% 0.64% -
HSV(B) 287.37º 0.52% 0.86% -
XYZ 40.34 26.82 70.07 -
YUV 144.91 169.82 163.73 -
System Red Green Blue C M Y K H S L
Decimal 195 105 219 0.11 0.52 0 0.14 287.37 0.61 0.64
Hex C3 69 DB B 34 0 E 11F 3D 40
Octal 303 151 333 13 64 0 16 437 75 100
Binary 11000011 1101001 11011011 1011 110100 0 1110 100011111 111101 1000000

Color Harmonies of #C369DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C369DB

Black with #C369DB

Text Example


Text Example

White with #C369DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C369DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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