Html Css Color HEX #C47ACF Orchid

📋 copy color: '#C47ACF'

red 196 ◦ green 122 ◦ blue 207

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

Shades of Orchid #C47ACF

Tints of Orchid #C47ACF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.24%

 BLUE value IS 207 (81.25% from 255) = 39.43%

R = 37.33%
G = 23.24%
B = 39.43%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C47ACF (or 0xC47ACF) is known color: Orchid. HEX triplet: C4, 7A and CF. RGB value is (196,122,207). Sum of RGB (Red+Green+Blue) = 196+122+207=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #C47ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47ACF is #3B8530. Grayscale: #999999. Windows color (decimal): -3900721 or 13597380. OLE color: 13597380.

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

Color convert

RGB 196 122 207 -
CMYK 0.05 0.41 0 0.19
HSL 292.24º 0.47% 0.65% -
HSV(B) 292.24º 0.41% 0.81% -
XYZ 40.99 30.16 62.69 -
YUV 153.82 158.02 158.09 -
System Red Green Blue C M Y K H S L
Decimal 196 122 207 0.05 0.41 0 0.19 292.24 0.47 0.65
Hex C4 7A CF 5 29 0 13 124 2F 41
Octal 304 172 317 5 51 0 23 444 57 101
Binary 11000100 1111010 11001111 101 101001 0 10011 100100100 101111 1000001

Color Harmonies of #C47ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47ACF

Black with #C47ACF

Text Example


Text Example

White with #C47ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47ACF; }

 p { color: rgb(196,122,207); }

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

background-color css

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

 a { background-color: rgb(196,122,207); }

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

border-color css

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

 span { border-color: rgb(196,122,207); }

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