Html Css Color HEX #C968DE Medium Orchid

📋 copy color: '#C968DE'

red 201 ◦ green 104 ◦ blue 222

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

Shades of Medium Orchid #C968DE

Tints of Medium Orchid #C968DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.13%

R = 38.14%
G = 19.73%
B = 42.13%

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

#C968DE (or 0xC968DE) is known color: Medium Orchid. HEX triplet: C9, 68 and DE. RGB value is (201,104,222). Sum of RGB (Red+Green+Blue) = 201+104+222=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #C968DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C968DE is #369721. Grayscale: #929292. Windows color (decimal): -3577634 or 14575817. OLE color: 14575817.

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

Color convert

RGB 201 104 222 -
CMYK 0.09 0.53 0 0.13
HSL 289.32º 0.64% 0.64% -
HSV(B) 289.32º 0.53% 0.87% -
XYZ 42.22 27.59 72.21 -
YUV 146.46 170.64 166.91 -
System Red Green Blue C M Y K H S L
Decimal 201 104 222 0.09 0.53 0 0.13 289.32 0.64 0.64
Hex C9 68 DE 9 35 0 D 121 40 40
Octal 311 150 336 11 65 0 15 441 100 100
Binary 11001001 1101000 11011110 1001 110101 0 1101 100100001 1000000 1000000

Color Harmonies of #C968DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C968DE

Black with #C968DE

Text Example


Text Example

White with #C968DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C968DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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