Html Css Color HEX #C47DCE Orchid

📋 copy color: '#C47DCE'

red 196 ◦ green 125 ◦ blue 206

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

Shades of Orchid #C47DCE

Tints of Orchid #C47DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.72%

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

R = 37.19%
G = 23.72%
B = 39.09%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C47DCE (or 0xC47DCE) is known color: Orchid. HEX triplet: C4, 7D and CE. RGB value is (196,125,206). Sum of RGB (Red+Green+Blue) = 196+125+206=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #C47DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47DCE is #3B8231. Grayscale: #9B9B9B. Windows color (decimal): -3899954 or 13532612. OLE color: 13532612.

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

Color convert

RGB 196 125 206 -
CMYK 0.05 0.39 0 0.19
HSL 292.59º 0.45% 0.65% -
HSV(B) 292.59º 0.39% 0.81% -
XYZ 41.24 30.86 62.18 -
YUV 155.46 156.52 156.91 -
System Red Green Blue C M Y K H S L
Decimal 196 125 206 0.05 0.39 0 0.19 292.59 0.45 0.65
Hex C4 7D CE 5 27 0 13 125 2D 41
Octal 304 175 316 5 47 0 23 445 55 101
Binary 11000100 1111101 11001110 101 100111 0 10011 100100101 101101 1000001

Color Harmonies of #C47DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47DCE

Black with #C47DCE

Text Example


Text Example

White with #C47DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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