Html Css Color HEX #C47ECF Orchid

📋 copy color: '#C47ECF'

red 196 ◦ green 126 ◦ blue 207

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

Shades of Orchid #C47ECF

Tints of Orchid #C47ECF

RGB

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

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

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

R = 37.05%
G = 23.82%
B = 39.13%

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

#C47ECF (or 0xC47ECF) is known color: Orchid. HEX triplet: C4, 7E and CF. RGB value is (196,126,207). Sum of RGB (Red+Green+Blue) = 196+126+207=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #C47ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47ECF is #3B8130. Grayscale: #9B9B9B. Windows color (decimal): -3899697 or 13598404. OLE color: 13598404.

HSL color Cylindrical-coordinate representation of color #C47ECF: hue angle of 291.85º degrees, saturation: 0.46, 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 #C47ECF is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 126 207 -
CMYK 0.05 0.39 0 0.19
HSL 291.85º 0.46% 0.65% -
HSV(B) 291.85º 0.39% 0.81% -
XYZ 41.49 31.16 62.86 -
YUV 156.16 156.69 156.41 -
System Red Green Blue C M Y K H S L
Decimal 196 126 207 0.05 0.39 0 0.19 291.85 0.46 0.65
Hex C4 7E CF 5 27 0 13 124 2E 41
Octal 304 176 317 5 47 0 23 444 56 101
Binary 11000100 1111110 11001111 101 100111 0 10011 100100100 101110 1000001

Color Harmonies of #C47ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47ECF

Black with #C47ECF

Text Example


Text Example

White with #C47ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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