Html Css Color HEX #C967DD Medium Orchid

📋 copy color: '#C967DD'

red 201 ◦ green 103 ◦ blue 221

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

Shades of Medium Orchid #C967DD

Tints of Medium Orchid #C967DD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.62%

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

R = 38.29%
G = 19.62%
B = 42.1%

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

#C967DD (or 0xC967DD) is known color: Medium Orchid. HEX triplet: C9, 67 and DD. RGB value is (201,103,221). Sum of RGB (Red+Green+Blue) = 201+103+221=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #C967DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967DD is #369822. Grayscale: #919191. Windows color (decimal): -3577891 or 14510025. OLE color: 14510025.

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

Color convert

RGB 201 103 221 -
CMYK 0.09 0.53 0 0.13
HSL 289.83º 0.63% 0.64% -
HSV(B) 289.83º 0.53% 0.87% -
XYZ 41.99 27.34 71.47 -
YUV 145.75 170.47 167.41 -
System Red Green Blue C M Y K H S L
Decimal 201 103 221 0.09 0.53 0 0.13 289.83 0.63 0.64
Hex C9 67 DD 9 35 0 D 122 3F 40
Octal 311 147 335 11 65 0 15 442 77 100
Binary 11001001 1100111 11011101 1001 110101 0 1101 100100010 111111 1000000

Color Harmonies of #C967DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C967DD

Black with #C967DD

Text Example


Text Example

White with #C967DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C967DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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