Html Css Color HEX #C265DB Medium Orchid

📋 copy color: '#C265DB'

red 194 ◦ green 101 ◦ blue 219

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

Shades of Medium Orchid #C265DB

Tints of Medium Orchid #C265DB

RGB

 RED value IS 194 (76.17% from 255) = 37.74%

 GREEN value IS 101 (39.84% from 255) = 19.65%

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

R = 37.74%
G = 19.65%
B = 42.61%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C265DB (or 0xC265DB) is known color: Medium Orchid. HEX triplet: C2, 65 and DB. RGB value is (194,101,219). Sum of RGB (Red+Green+Blue) = 194+101+219=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #C265DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C265DB is #3D9A24. Grayscale: #8D8D8D. Windows color (decimal): -4037157 or 14378434. OLE color: 14378434.

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

Color convert

RGB 194 101 219 -
CMYK 0.11 0.54 0 0.14
HSL 287.29º 0.62% 0.63% -
HSV(B) 287.29º 0.54% 0.86% -
XYZ 39.69 25.89 69.92 -
YUV 142.26 171.31 164.91 -
System Red Green Blue C M Y K H S L
Decimal 194 101 219 0.11 0.54 0 0.14 287.29 0.62 0.63
Hex C2 65 DB B 36 0 E 11F 3E 3F
Octal 302 145 333 13 66 0 16 437 76 77
Binary 11000010 1100101 11011011 1011 110110 0 1110 100011111 111110 111111

Color Harmonies of #C265DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C265DB

Black with #C265DB

Text Example


Text Example

White with #C265DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C265DB; }

 p { color: rgb(194,101,219); }

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

background-color css

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

 a { background-color: rgb(194,101,219); }

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

border-color css

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

 span { border-color: rgb(194,101,219); }

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