Html Css Color HEX #C965DA Medium Orchid

📋 copy color: '#C965DA'

red 201 ◦ green 101 ◦ blue 218

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

Shades of Medium Orchid #C965DA

Tints of Medium Orchid #C965DA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.42%

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

R = 38.65%
G = 19.42%
B = 41.92%

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

#C965DA (or 0xC965DA) is known color: Medium Orchid. HEX triplet: C9, 65 and DA. RGB value is (201,101,218). Sum of RGB (Red+Green+Blue) = 201+101+218=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #C965DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C965DA is #369A25. Grayscale: #8F8F8F. Windows color (decimal): -3578406 or 14312905. OLE color: 14312905.

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

Color convert

RGB 201 101 218 -
CMYK 0.08 0.54 0 0.15
HSL 291.28º 0.61% 0.63% -
HSV(B) 291.28º 0.54% 0.85% -
XYZ 41.4 26.79 69.32 -
YUV 144.24 169.63 168.49 -
System Red Green Blue C M Y K H S L
Decimal 201 101 218 0.08 0.54 0 0.15 291.28 0.61 0.63
Hex C9 65 DA 8 36 0 F 123 3D 3F
Octal 311 145 332 10 66 0 17 443 75 77
Binary 11001001 1100101 11011010 1000 110110 0 1111 100100011 111101 111111

Color Harmonies of #C965DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C965DA

Black with #C965DA

Text Example


Text Example

White with #C965DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C965DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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