Html Css Color HEX #C47CCF Orchid

📋 copy color: '#C47CCF'

red 196 ◦ green 124 ◦ blue 207

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

Shades of Orchid #C47CCF

Tints of Orchid #C47CCF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.53%

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

R = 37.19%
G = 23.53%
B = 39.28%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C47CCF (or 0xC47CCF) is known color: Orchid. HEX triplet: C4, 7C and CF. RGB value is (196,124,207). Sum of RGB (Red+Green+Blue) = 196+124+207=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #C47CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47CCF is #3B8330. Grayscale: #9A9A9A. Windows color (decimal): -3900209 or 13597892. OLE color: 13597892.

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

Color convert

RGB 196 124 207 -
CMYK 0.05 0.40 0 0.19
HSL 292.05º 0.46% 0.65% -
HSV(B) 292.05º 0.4% 0.81% -
XYZ 41.24 30.66 62.78 -
YUV 154.99 157.35 157.25 -
System Red Green Blue C M Y K H S L
Decimal 196 124 207 0.05 0.40 0 0.19 292.05 0.46 0.65
Hex C4 7C CF 5 28 0 13 124 2E 41
Octal 304 174 317 5 50 0 23 444 56 101
Binary 11000100 1111100 11001111 101 101000 0 10011 100100100 101110 1000001

Color Harmonies of #C47CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47CCF

Black with #C47CCF

Text Example


Text Example

White with #C47CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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