Html Css Color HEX #C968DD Medium Orchid

📋 copy color: '#C968DD'

red 201 ◦ green 104 ◦ blue 221

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

Shades of Medium Orchid #C968DD

Tints of Medium Orchid #C968DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.02%

R = 38.21%
G = 19.77%
B = 42.02%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C968DD (or 0xC968DD) is known color: Medium Orchid. HEX triplet: C9, 68 and DD. RGB value is (201,104,221). Sum of RGB (Red+Green+Blue) = 201+104+221=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #C968DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C968DD is #369722. Grayscale: #919191. Windows color (decimal): -3577635 or 14510281. OLE color: 14510281.

HSL color Cylindrical-coordinate representation of color #C968DD: hue angle of 289.74º degrees, saturation: 0.63, 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 #C968DD is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 104 221 -
CMYK 0.09 0.53 0 0.13
HSL 289.74º 0.63% 0.64% -
HSV(B) 289.74º 0.53% 0.87% -
XYZ 42.09 27.54 71.5 -
YUV 146.34 170.14 166.99 -
System Red Green Blue C M Y K H S L
Decimal 201 104 221 0.09 0.53 0 0.13 289.74 0.63 0.64
Hex C9 68 DD 9 35 0 D 122 3F 40
Octal 311 150 335 11 65 0 15 442 77 100
Binary 11001001 1101000 11011101 1001 110101 0 1101 100100010 111111 1000000

Color Harmonies of #C968DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C968DD

Black with #C968DD

Text Example


Text Example

White with #C968DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C968DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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