Html Css Color HEX #C47BCE Orchid

📋 copy color: '#C47BCE'

red 196 ◦ green 123 ◦ blue 206

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

Shades of Orchid #C47BCE

Tints of Orchid #C47BCE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.43%

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

R = 37.33%
G = 23.43%
B = 39.24%

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

#C47BCE (or 0xC47BCE) is known color: Orchid. HEX triplet: C4, 7B and CE. RGB value is (196,123,206). Sum of RGB (Red+Green+Blue) = 196+123+206=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #C47BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47BCE is #3B8431. Grayscale: #9A9A9A. Windows color (decimal): -3900466 or 13532100. OLE color: 13532100.

HSL color Cylindrical-coordinate representation of color #C47BCE: hue angle of 292.77º 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 #C47BCE is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 123 206 -
CMYK 0.05 0.40 0 0.19
HSL 292.77º 0.46% 0.65% -
HSV(B) 292.77º 0.4% 0.81% -
XYZ 40.99 30.36 62.09 -
YUV 154.29 157.18 157.75 -
System Red Green Blue C M Y K H S L
Decimal 196 123 206 0.05 0.40 0 0.19 292.77 0.46 0.65
Hex C4 7B CE 5 28 0 13 125 2E 41
Octal 304 173 316 5 50 0 23 445 56 101
Binary 11000100 1111011 11001110 101 101000 0 10011 100100101 101110 1000001

Color Harmonies of #C47BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47BCE

Black with #C47BCE

Text Example


Text Example

White with #C47BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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