Html Css Color HEX #C968DF Medium Orchid

📋 copy color: '#C968DF'

red 201 ◦ green 104 ◦ blue 223

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

Shades of Medium Orchid #C968DF

Tints of Medium Orchid #C968DF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.7%

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

R = 38.07%
G = 19.7%
B = 42.23%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C968DF (or 0xC968DF) is known color: Medium Orchid. HEX triplet: C9, 68 and DF. RGB value is (201,104,223). Sum of RGB (Red+Green+Blue) = 201+104+223=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #C968DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C968DF is #369720. Grayscale: #929292. Windows color (decimal): -3577633 or 14641353. OLE color: 14641353.

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

Color convert

RGB 201 104 223 -
CMYK 0.10 0.53 0 0.13
HSL 288.91º 0.65% 0.64% -
HSV(B) 288.91º 0.53% 0.87% -
XYZ 42.36 27.65 72.92 -
YUV 146.57 171.14 166.82 -
System Red Green Blue C M Y K H S L
Decimal 201 104 223 0.10 0.53 0 0.13 288.91 0.65 0.64
Hex C9 68 DF A 35 0 D 121 41 40
Octal 311 150 337 12 65 0 15 441 101 100
Binary 11001001 1101000 11011111 1010 110101 0 1101 100100001 1000001 1000000

Color Harmonies of #C968DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C968DF

Black with #C968DF

Text Example


Text Example

White with #C968DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C968DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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