Html Css Color HEX #C46ECF Orchid

📋 copy color: '#C46ECF'

red 196 ◦ green 110 ◦ blue 207

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

Shades of Orchid #C46ECF

Tints of Orchid #C46ECF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.44%

 BLUE value IS 207 (81.25% from 255) = 40.35%

R = 38.21%
G = 21.44%
B = 40.35%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C46ECF (or 0xC46ECF) is known color: Orchid. HEX triplet: C4, 6E and CF. RGB value is (196,110,207). Sum of RGB (Red+Green+Blue) = 196+110+207=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #C46ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46ECF is #3B9130. Grayscale: #929292. Windows color (decimal): -3903793 or 13594308. OLE color: 13594308.

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

Color convert

RGB 196 110 207 -
CMYK 0.05 0.47 0 0.19
HSL 293.2º 0.5% 0.62% -
HSV(B) 293.2º 0.47% 0.81% -
XYZ 39.6 27.39 62.23 -
YUV 146.77 161.99 163.11 -
System Red Green Blue C M Y K H S L
Decimal 196 110 207 0.05 0.47 0 0.19 293.2 0.5 0.62
Hex C4 6E CF 5 2F 0 13 125 32 3E
Octal 304 156 317 5 57 0 23 445 62 76
Binary 11000100 1101110 11001111 101 101111 0 10011 100100101 110010 111110

Color Harmonies of #C46ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46ECF

Black with #C46ECF

Text Example


Text Example

White with #C46ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46ECF; }

 p { color: rgb(196,110,207); }

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

background-color css

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

 a { background-color: rgb(196,110,207); }

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

border-color css

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

 span { border-color: rgb(196,110,207); }

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