Html Css Color HEX #C47CD2 Orchid

📋 copy color: '#C47CD2'

red 196 ◦ green 124 ◦ blue 210

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

Shades of Orchid #C47CD2

Tints of Orchid #C47CD2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.4%

 BLUE value IS 210 (82.42% from 255) = 39.62%

R = 36.98%
G = 23.4%
B = 39.62%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C47CD2 (or 0xC47CD2) is known color: Orchid. HEX triplet: C4, 7C and D2. RGB value is (196,124,210). Sum of RGB (Red+Green+Blue) = 196+124+210=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 210 (82.42% from 255 or 39.62% from 530); Max value from RGB is 210 - color contains mainly: blue. Hex color #C47CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47CD2 is #3B832D. Grayscale: #9B9B9B. Windows color (decimal): -3900206 or 13794500. OLE color: 13794500.

HSL color Cylindrical-coordinate representation of color #C47CD2: hue angle of 290.23º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C47CD2 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 124 210 -
CMYK 0.07 0.41 0 0.18
HSL 290.23º 0.49% 0.65% -
HSV(B) 290.23º 0.41% 0.82% -
XYZ 41.61 30.8 64.73 -
YUV 155.33 158.85 157.01 -
System Red Green Blue C M Y K H S L
Decimal 196 124 210 0.07 0.41 0 0.18 290.23 0.49 0.65
Hex C4 7C D2 7 29 0 12 122 31 41
Octal 304 174 322 7 51 0 22 442 61 101
Binary 11000100 1111100 11010010 111 101001 0 10010 100100010 110001 1000001

Color Harmonies of #C47CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47CD2

Black with #C47CD2

Text Example


Text Example

White with #C47CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47CD2; }

 p { color: rgb(196,124,210); }

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

background-color css

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

 a { background-color: rgb(196,124,210); }

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

border-color css

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

 span { border-color: rgb(196,124,210); }

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