Html Css Color HEX #C967DF Medium Orchid

📋 copy color: '#C967DF'

red 201 ◦ green 103 ◦ blue 223

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

Shades of Medium Orchid #C967DF

Tints of Medium Orchid #C967DF

RGB

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

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

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

R = 38.14%
G = 19.54%
B = 42.31%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C967DF (or 0xC967DF) is known color: Medium Orchid. HEX triplet: C9, 67 and DF. RGB value is (201,103,223). Sum of RGB (Red+Green+Blue) = 201+103+223=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #C967DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967DF is #369820. Grayscale: #919191. Windows color (decimal): -3577889 or 14641097. OLE color: 14641097.

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

Color convert

RGB 201 103 223 -
CMYK 0.10 0.54 0 0.13
HSL 289º 0.65% 0.64% -
HSV(B) 289º 0.54% 0.87% -
XYZ 42.26 27.45 72.88 -
YUV 145.98 171.47 167.24 -
System Red Green Blue C M Y K H S L
Decimal 201 103 223 0.10 0.54 0 0.13 289 0.65 0.64
Hex C9 67 DF A 36 0 D 121 41 40
Octal 311 147 337 12 66 0 15 441 101 100
Binary 11001001 1100111 11011111 1010 110110 0 1101 100100001 1000001 1000000

Color Harmonies of #C967DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C967DF

Black with #C967DF

Text Example


Text Example

White with #C967DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C967DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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