Html Css Color HEX #C47FCB Orchid

📋 copy color: '#C47FCB'

red 196 ◦ green 127 ◦ blue 203

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

Shades of Orchid #C47FCB

Tints of Orchid #C47FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.59%

R = 37.26%
G = 24.14%
B = 38.59%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C47FCB (or 0xC47FCB) is known color: Orchid. HEX triplet: C4, 7F and CB. RGB value is (196,127,203). Sum of RGB (Red+Green+Blue) = 196+127+203=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #C47FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FCB is #3B8034. Grayscale: #9C9C9C. Windows color (decimal): -3899445 or 13336516. OLE color: 13336516.

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

Color convert

RGB 196 127 203 -
CMYK 0.03 0.37 0 0.20
HSL 294.47º 0.42% 0.65% -
HSV(B) 294.47º 0.37% 0.8% -
XYZ 41.13 31.23 60.36 -
YUV 156.3 154.36 156.32 -
System Red Green Blue C M Y K H S L
Decimal 196 127 203 0.03 0.37 0 0.20 294.47 0.42 0.65
Hex C4 7F CB 3 25 0 14 126 2A 41
Octal 304 177 313 3 45 0 24 446 52 101
Binary 11000100 1111111 11001011 11 100101 0 10100 100100110 101010 1000001

Color Harmonies of #C47FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47FCB

Black with #C47FCB

Text Example


Text Example

White with #C47FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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