Html Css Color HEX #C47ECB Orchid

📋 copy color: '#C47ECB'

red 196 ◦ green 126 ◦ blue 203

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

Shades of Orchid #C47ECB

Tints of Orchid #C47ECB

RGB

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

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

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

R = 37.33%
G = 24%
B = 38.67%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C47ECB (or 0xC47ECB) is known color: Orchid. HEX triplet: C4, 7E and CB. RGB value is (196,126,203). Sum of RGB (Red+Green+Blue) = 196+126+203=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #C47ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47ECB is #3B8134. Grayscale: #9B9B9B. Windows color (decimal): -3899701 or 13336260. OLE color: 13336260.

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

Color convert

RGB 196 126 203 -
CMYK 0.03 0.38 0 0.20
HSL 294.55º 0.43% 0.65% -
HSV(B) 294.55º 0.38% 0.8% -
XYZ 41.01 30.97 60.32 -
YUV 155.71 154.69 156.74 -
System Red Green Blue C M Y K H S L
Decimal 196 126 203 0.03 0.38 0 0.20 294.55 0.43 0.65
Hex C4 7E CB 3 26 0 14 127 2B 41
Octal 304 176 313 3 46 0 24 447 53 101
Binary 11000100 1111110 11001011 11 100110 0 10100 100100111 101011 1000001

Color Harmonies of #C47ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47ECB

Black with #C47ECB

Text Example


Text Example

White with #C47ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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