Html Css Color HEX #C264D6 Medium Orchid

📋 copy color: '#C264D6'

red 194 ◦ green 100 ◦ blue 214

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

Shades of Medium Orchid #C264D6

Tints of Medium Orchid #C264D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.13%

R = 38.19%
G = 19.69%
B = 42.13%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C264D6 (or 0xC264D6) is known color: Medium Orchid. HEX triplet: C2, 64 and D6. RGB value is (194,100,214). Sum of RGB (Red+Green+Blue) = 194+100+214=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 100 (39.45% from 255 or 19.69% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 214 - color contains mainly: blue. Hex color #C264D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C264D6 is #3D9B29. Grayscale: #8C8C8C. Windows color (decimal): -4037418 or 14050498. OLE color: 14050498.

HSL color Cylindrical-coordinate representation of color #C264D6: hue angle of 289.47º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C264D6 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 100 214 -
CMYK 0.09 0.53 0 0.16
HSL 289.47º 0.58% 0.62% -
HSV(B) 289.47º 0.53% 0.84% -
XYZ 38.94 25.44 66.48 -
YUV 141.1 169.14 165.73 -
System Red Green Blue C M Y K H S L
Decimal 194 100 214 0.09 0.53 0 0.16 289.47 0.58 0.62
Hex C2 64 D6 9 35 0 10 121 3A 3E
Octal 302 144 326 11 65 0 20 441 72 76
Binary 11000010 1100100 11010110 1001 110101 0 10000 100100001 111010 111110

Color Harmonies of #C264D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C264D6

Black with #C264D6

Text Example


Text Example

White with #C264D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C264D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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