Html Css Color HEX #C47FCA Orchid

📋 copy color: '#C47FCA'

red 196 ◦ green 127 ◦ blue 202

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

Shades of Orchid #C47FCA

Tints of Orchid #C47FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.48%

R = 37.33%
G = 24.19%
B = 38.48%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C47FCA (or 0xC47FCA) is known color: Orchid. HEX triplet: C4, 7F and CA. RGB value is (196,127,202). Sum of RGB (Red+Green+Blue) = 196+127+202=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #C47FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FCA is #3B8035. Grayscale: #9B9B9B. Windows color (decimal): -3899446 or 13270980. OLE color: 13270980.

HSL color Cylindrical-coordinate representation of color #C47FCA: hue angle of 295.2º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C47FCA is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 127 202 -
CMYK 0.03 0.37 0 0.21
HSL 295.2º 0.41% 0.65% -
HSV(B) 295.2º 0.37% 0.79% -
XYZ 41.01 31.18 59.73 -
YUV 156.18 153.86 156.4 -
System Red Green Blue C M Y K H S L
Decimal 196 127 202 0.03 0.37 0 0.21 295.2 0.41 0.65
Hex C4 7F CA 3 25 0 15 127 29 41
Octal 304 177 312 3 45 0 25 447 51 101
Binary 11000100 1111111 11001010 11 100101 0 10101 100100111 101001 1000001

Color Harmonies of #C47FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47FCA

Black with #C47FCA

Text Example


Text Example

White with #C47FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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