Html Css Color HEX #C964DA Medium Orchid

📋 copy color: '#C964DA'

red 201 ◦ green 100 ◦ blue 218

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

Shades of Medium Orchid #C964DA

Tints of Medium Orchid #C964DA

RGB

 RED value IS 201 (78.91% from 255) = 38.73%

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

 BLUE value IS 218 (85.55% from 255) = 42%

R = 38.73%
G = 19.27%
B = 42%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C964DA (or 0xC964DA) is known color: Medium Orchid. HEX triplet: C9, 64 and DA. RGB value is (201,100,218). Sum of RGB (Red+Green+Blue) = 201+100+218=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #C964DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C964DA is #369B25. Grayscale: #8F8F8F. Windows color (decimal): -3578662 or 14312649. OLE color: 14312649.

HSL color Cylindrical-coordinate representation of color #C964DA: hue angle of 291.36º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C964DA is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 100 218 -
CMYK 0.08 0.54 0 0.15
HSL 291.36º 0.61% 0.62% -
HSV(B) 291.36º 0.54% 0.85% -
XYZ 41.3 26.59 69.29 -
YUV 143.65 169.96 168.91 -
System Red Green Blue C M Y K H S L
Decimal 201 100 218 0.08 0.54 0 0.15 291.36 0.61 0.62
Hex C9 64 DA 8 36 0 F 123 3D 3E
Octal 311 144 332 10 66 0 17 443 75 76
Binary 11001001 1100100 11011010 1000 110110 0 1111 100100011 111101 111110

Color Harmonies of #C964DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C964DA

Black with #C964DA

Text Example


Text Example

White with #C964DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C964DA; }

 p { color: rgb(201,100,218); }

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

background-color css

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

 a { background-color: rgb(201,100,218); }

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

border-color css

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

 span { border-color: rgb(201,100,218); }

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