Html Css Color HEX #C264D5 Medium Orchid

📋 copy color: '#C264D5'

red 194 ◦ green 100 ◦ blue 213

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

Shades of Medium Orchid #C264D5

Tints of Medium Orchid #C264D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.01%

R = 38.26%
G = 19.72%
B = 42.01%

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

#C264D5 (or 0xC264D5) is known color: Medium Orchid. HEX triplet: C2, 64 and D5. RGB value is (194,100,213). Sum of RGB (Red+Green+Blue) = 194+100+213=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 213 - color contains mainly: blue. Hex color #C264D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C264D5 is #3D9B2A. Grayscale: #8C8C8C. Windows color (decimal): -4037419 or 13984962. OLE color: 13984962.

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

Color convert

RGB 194 100 213 -
CMYK 0.09 0.53 0 0.16
HSL 289.91º 0.57% 0.61% -
HSV(B) 289.91º 0.53% 0.84% -
XYZ 38.82 25.39 65.81 -
YUV 140.99 168.64 165.81 -
System Red Green Blue C M Y K H S L
Decimal 194 100 213 0.09 0.53 0 0.16 289.91 0.57 0.61
Hex C2 64 D5 9 35 0 10 122 39 3D
Octal 302 144 325 11 65 0 20 442 71 75
Binary 11000010 1100100 11010101 1001 110101 0 10000 100100010 111001 111101

Color Harmonies of #C264D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C264D5

Black with #C264D5

Text Example


Text Example

White with #C264D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C264D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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