Html Css Color HEX #C466CE Medium Orchid

📋 copy color: '#C466CE'

red 196 ◦ green 102 ◦ blue 206

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

Shades of Medium Orchid #C466CE

Tints of Medium Orchid #C466CE

RGB

 RED value IS 196 (76.95% from 255) = 38.89%

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

 BLUE value IS 206 (80.86% from 255) = 40.87%

R = 38.89%
G = 20.24%
B = 40.87%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C466CE (or 0xC466CE) is known color: Medium Orchid. HEX triplet: C4, 66 and CE. RGB value is (196,102,206). Sum of RGB (Red+Green+Blue) = 196+102+206=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #C466CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C466CE is #3B9931. Grayscale: #8D8D8D. Windows color (decimal): -3905842 or 13526724. OLE color: 13526724.

HSL color Cylindrical-coordinate representation of color #C466CE: hue angle of 294.23º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C466CE is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 102 206 -
CMYK 0.05 0.50 0 0.19
HSL 294.23º 0.51% 0.6% -
HSV(B) 294.23º 0.5% 0.81% -
XYZ 38.66 25.69 61.31 -
YUV 141.96 164.14 166.54 -
System Red Green Blue C M Y K H S L
Decimal 196 102 206 0.05 0.50 0 0.19 294.23 0.51 0.6
Hex C4 66 CE 5 32 0 13 126 33 3C
Octal 304 146 316 5 62 0 23 446 63 74
Binary 11000100 1100110 11001110 101 110010 0 10011 100100110 110011 111100

Color Harmonies of #C466CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C466CE

Black with #C466CE

Text Example


Text Example

White with #C466CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C466CE; }

 p { color: rgb(196,102,206); }

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

background-color css

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

 a { background-color: rgb(196,102,206); }

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

border-color css

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

 span { border-color: rgb(196,102,206); }

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