Html Css Color HEX #C47FCE Orchid

📋 copy color: '#C47FCE'

red 196 ◦ green 127 ◦ blue 206

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

Shades of Orchid #C47FCE

Tints of Orchid #C47FCE

RGB

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

 GREEN value IS 127 (50% from 255) = 24.01%

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

R = 37.05%
G = 24.01%
B = 38.94%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C47FCE (or 0xC47FCE) is known color: Orchid. HEX triplet: C4, 7F and CE. RGB value is (196,127,206). Sum of RGB (Red+Green+Blue) = 196+127+206=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #C47FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FCE is #3B8031. Grayscale: #9C9C9C. Windows color (decimal): -3899442 or 13533124. OLE color: 13533124.

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

Color convert

RGB 196 127 206 -
CMYK 0.05 0.38 0 0.19
HSL 292.41º 0.45% 0.65% -
HSV(B) 292.41º 0.38% 0.81% -
XYZ 41.49 31.37 62.26 -
YUV 156.64 155.86 156.08 -
System Red Green Blue C M Y K H S L
Decimal 196 127 206 0.05 0.38 0 0.19 292.41 0.45 0.65
Hex C4 7F CE 5 26 0 13 124 2D 41
Octal 304 177 316 5 46 0 23 444 55 101
Binary 11000100 1111111 11001110 101 100110 0 10011 100100100 101101 1000001

Color Harmonies of #C47FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47FCE

Black with #C47FCE

Text Example


Text Example

White with #C47FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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