Html Css Color HEX #C966EA Medium Orchid

📋 copy color: '#C966EA'

red 201 ◦ green 102 ◦ blue 234

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

Shades of Medium Orchid #C966EA

Tints of Medium Orchid #C966EA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.99%

 BLUE value IS 234 (91.8% from 255) = 43.58%

R = 37.43%
G = 18.99%
B = 43.58%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C966EA (or 0xC966EA) is known color: Medium Orchid. HEX triplet: C9, 66 and EA. RGB value is (201,102,234). Sum of RGB (Red+Green+Blue) = 201+102+234=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 102 (40.23% from 255 or 18.99% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #C966EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C966EA is #369915. Grayscale: #929292. Windows color (decimal): -3578134 or 15361737. OLE color: 15361737.

HSL color Cylindrical-coordinate representation of color #C966EA: hue angle of 285º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C966EA is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 102 234 -
CMYK 0.14 0.56 0 0.08
HSL 285º 0.76% 0.66% -
HSV(B) 285º 0.56% 0.92% -
XYZ 43.69 27.86 80.92 -
YUV 146.65 177.3 166.77 -
System Red Green Blue C M Y K H S L
Decimal 201 102 234 0.14 0.56 0 0.08 285 0.76 0.66
Hex C9 66 EA E 38 0 8 11D 4C 42
Octal 311 146 352 16 70 0 10 435 114 102
Binary 11001001 1100110 11101010 1110 111000 0 1000 100011101 1001100 1000010

Color Harmonies of #C966EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C966EA

Black with #C966EA

Text Example


Text Example

White with #C966EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C966EA; }

 p { color: rgb(201,102,234); }

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

background-color css

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

 a { background-color: rgb(201,102,234); }

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

border-color css

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

 span { border-color: rgb(201,102,234); }

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