Html Css Color HEX #C264DF Medium Orchid

📋 copy color: '#C264DF'

red 194 ◦ green 100 ◦ blue 223

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

Shades of Medium Orchid #C264DF

Tints of Medium Orchid #C264DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.13%

R = 37.52%
G = 19.34%
B = 43.13%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C264DF (or 0xC264DF) is known color: Medium Orchid. HEX triplet: C2, 64 and DF. RGB value is (194,100,223). Sum of RGB (Red+Green+Blue) = 194+100+223=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #C264DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C264DF is #3D9B20. Grayscale: #8D8D8D. Windows color (decimal): -4037409 or 14640322. OLE color: 14640322.

HSL color Cylindrical-coordinate representation of color #C264DF: hue angle of 285.85º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C264DF is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 100 223 -
CMYK 0.13 0.55 0 0.13
HSL 285.85º 0.66% 0.63% -
HSV(B) 285.85º 0.55% 0.87% -
XYZ 40.12 25.91 72.7 -
YUV 142.13 173.64 165 -
System Red Green Blue C M Y K H S L
Decimal 194 100 223 0.13 0.55 0 0.13 285.85 0.66 0.63
Hex C2 64 DF D 37 0 D 11E 42 3F
Octal 302 144 337 15 67 0 15 436 102 77
Binary 11000010 1100100 11011111 1101 110111 0 1101 100011110 1000010 111111

Color Harmonies of #C264DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C264DF

Black with #C264DF

Text Example


Text Example

White with #C264DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C264DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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