Html Css Color HEX #C47ABC Orchid

📋 copy color: '#C47ABC'

red 196 ◦ green 122 ◦ blue 188

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

Shades of Orchid #C47ABC

Tints of Orchid #C47ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.15%

R = 38.74%
G = 24.11%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C47ABC (or 0xC47ABC) is known color: Orchid. HEX triplet: C4, 7A and BC. RGB value is (196,122,188). Sum of RGB (Red+Green+Blue) = 196+122+188=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C47ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47ABC is #3B8543. Grayscale: #979797. Windows color (decimal): -3900740 or 12352196. OLE color: 12352196.

HSL color Cylindrical-coordinate representation of color #C47ABC: hue angle of 306.49º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C47ABC is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 122 188 -
CMYK 0 0.38 0.04 0.23
HSL 306.49º 0.39% 0.62% -
HSV(B) 306.49º 0.38% 0.77% -
XYZ 38.8 29.29 51.18 -
YUV 151.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 196 122 188 0 0.38 0.04 0.23 306.49 0.39 0.62
Hex C4 7A BC 0 26 4 17 132 27 3E
Octal 304 172 274 0 46 4 27 462 47 76
Binary 11000100 1111010 10111100 0 100110 100 10111 100110010 100111 111110

Color Harmonies of #C47ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47ABC

Black with #C47ABC

Text Example


Text Example

White with #C47ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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