Html Css Color HEX #C47ECE Orchid

📋 copy color: '#C47ECE'

red 196 ◦ green 126 ◦ blue 206

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

Shades of Orchid #C47ECE

Tints of Orchid #C47ECE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.86%

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

R = 37.12%
G = 23.86%
B = 39.02%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C47ECE (or 0xC47ECE) is known color: Orchid. HEX triplet: C4, 7E and CE. RGB value is (196,126,206). Sum of RGB (Red+Green+Blue) = 196+126+206=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #C47ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47ECE is #3B8131. Grayscale: #9B9B9B. Windows color (decimal): -3899698 or 13532868. OLE color: 13532868.

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

Color convert

RGB 196 126 206 -
CMYK 0.05 0.39 0 0.19
HSL 292.5º 0.45% 0.65% -
HSV(B) 292.5º 0.39% 0.81% -
XYZ 41.37 31.11 62.22 -
YUV 156.05 156.19 156.5 -
System Red Green Blue C M Y K H S L
Decimal 196 126 206 0.05 0.39 0 0.19 292.5 0.45 0.65
Hex C4 7E CE 5 27 0 13 124 2D 41
Octal 304 176 316 5 47 0 23 444 55 101
Binary 11000100 1111110 11001110 101 100111 0 10011 100100100 101101 1000001

Color Harmonies of #C47ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47ECE

Black with #C47ECE

Text Example


Text Example

White with #C47ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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