Html Css Color HEX #C47FD4 Orchid

📋 copy color: '#C47FD4'

red 196 ◦ green 127 ◦ blue 212

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

Shades of Orchid #C47FD4

Tints of Orchid #C47FD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.63%

R = 36.64%
G = 23.74%
B = 39.63%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C47FD4 (or 0xC47FD4) is known color: Orchid. HEX triplet: C4, 7F and D4. RGB value is (196,127,212). Sum of RGB (Red+Green+Blue) = 196+127+212=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 212 - color contains mainly: blue. Hex color #C47FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FD4 is #3B802B. Grayscale: #9D9D9D. Windows color (decimal): -3899436 or 13926340. OLE color: 13926340.

HSL color Cylindrical-coordinate representation of color #C47FD4: hue angle of 288.71º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C47FD4 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 127 212 -
CMYK 0.08 0.40 0 0.17
HSL 288.71º 0.5% 0.66% -
HSV(B) 288.71º 0.4% 0.83% -
XYZ 42.24 31.67 66.17 -
YUV 157.32 158.86 155.59 -
System Red Green Blue C M Y K H S L
Decimal 196 127 212 0.08 0.40 0 0.17 288.71 0.5 0.66
Hex C4 7F D4 8 28 0 11 121 32 42
Octal 304 177 324 10 50 0 21 441 62 102
Binary 11000100 1111111 11010100 1000 101000 0 10001 100100001 110010 1000010

Color Harmonies of #C47FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47FD4

Black with #C47FD4

Text Example


Text Example

White with #C47FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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