Html Css Color HEX #C967DA Medium Orchid

📋 copy color: '#C967DA'

red 201 ◦ green 103 ◦ blue 218

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

Shades of Medium Orchid #C967DA

Tints of Medium Orchid #C967DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.76%

R = 38.51%
G = 19.73%
B = 41.76%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C967DA (or 0xC967DA) is known color: Medium Orchid. HEX triplet: C9, 67 and DA. RGB value is (201,103,218). Sum of RGB (Red+Green+Blue) = 201+103+218=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 103 (40.62% from 255 or 19.73% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #C967DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967DA is #369825. Grayscale: #919191. Windows color (decimal): -3577894 or 14313417. OLE color: 14313417.

HSL color Cylindrical-coordinate representation of color #C967DA: hue angle of 291.13º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C967DA is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 103 218 -
CMYK 0.08 0.53 0 0.15
HSL 291.13º 0.61% 0.63% -
HSV(B) 291.13º 0.53% 0.85% -
XYZ 41.59 27.18 69.38 -
YUV 145.41 168.97 167.65 -
System Red Green Blue C M Y K H S L
Decimal 201 103 218 0.08 0.53 0 0.15 291.13 0.61 0.63
Hex C9 67 DA 8 35 0 F 123 3D 3F
Octal 311 147 332 10 65 0 17 443 75 77
Binary 11001001 1100111 11011010 1000 110101 0 1111 100100011 111101 111111

Color Harmonies of #C967DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C967DA

Black with #C967DA

Text Example


Text Example

White with #C967DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C967DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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