Html Css Color HEX #C965DF Medium Orchid

📋 copy color: '#C965DF'

red 201 ◦ green 101 ◦ blue 223

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

Shades of Medium Orchid #C965DF

Tints of Medium Orchid #C965DF

RGB

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

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

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

R = 38.29%
G = 19.24%
B = 42.48%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C965DF (or 0xC965DF) is known color: Medium Orchid. HEX triplet: C9, 65 and DF. RGB value is (201,101,223). Sum of RGB (Red+Green+Blue) = 201+101+223=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #C965DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C965DF is #369A20. Grayscale: #909090. Windows color (decimal): -3578401 or 14640585. OLE color: 14640585.

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

Color convert

RGB 201 101 223 -
CMYK 0.10 0.55 0 0.13
HSL 289.18º 0.66% 0.64% -
HSV(B) 289.18º 0.55% 0.87% -
XYZ 42.06 27.05 72.82 -
YUV 144.81 172.13 168.08 -
System Red Green Blue C M Y K H S L
Decimal 201 101 223 0.10 0.55 0 0.13 289.18 0.66 0.64
Hex C9 65 DF A 37 0 D 121 42 40
Octal 311 145 337 12 67 0 15 441 102 100
Binary 11001001 1100101 11011111 1010 110111 0 1101 100100001 1000010 1000000

Color Harmonies of #C965DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C965DF

Black with #C965DF

Text Example


Text Example

White with #C965DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C965DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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