Html Css Color HEX #C264DB Medium Orchid

📋 copy color: '#C264DB'

red 194 ◦ green 100 ◦ blue 219

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

Shades of Medium Orchid #C264DB

Tints of Medium Orchid #C264DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.49%

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

R = 37.82%
G = 19.49%
B = 42.69%

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

#C264DB (or 0xC264DB) is known color: Medium Orchid. HEX triplet: C2, 64 and DB. RGB value is (194,100,219). Sum of RGB (Red+Green+Blue) = 194+100+219=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #C264DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C264DB is #3D9B24. Grayscale: #8D8D8D. Windows color (decimal): -4037413 or 14378178. OLE color: 14378178.

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

Color convert

RGB 194 100 219 -
CMYK 0.11 0.54 0 0.14
HSL 287.4º 0.62% 0.63% -
HSV(B) 287.4º 0.54% 0.86% -
XYZ 39.59 25.7 69.89 -
YUV 141.67 171.64 165.32 -
System Red Green Blue C M Y K H S L
Decimal 194 100 219 0.11 0.54 0 0.14 287.4 0.62 0.63
Hex C2 64 DB B 36 0 E 11F 3E 3F
Octal 302 144 333 13 66 0 16 437 76 77
Binary 11000010 1100100 11011011 1011 110110 0 1110 100011111 111110 111111

Color Harmonies of #C264DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C264DB

Black with #C264DB

Text Example


Text Example

White with #C264DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C264DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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