Html Css Color HEX #C47BDA Orchid

📋 copy color: '#C47BDA'

red 196 ◦ green 123 ◦ blue 218

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

Shades of Orchid #C47BDA

Tints of Orchid #C47BDA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.91%

 BLUE value IS 218 (85.55% from 255) = 40.6%

R = 36.5%
G = 22.91%
B = 40.6%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C47BDA (or 0xC47BDA) is known color: Orchid. HEX triplet: C4, 7B and DA. RGB value is (196,123,218). Sum of RGB (Red+Green+Blue) = 196+123+218=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 123 (48.44% from 255 or 22.91% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #C47BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47BDA is #3B8425. Grayscale: #9B9B9B. Windows color (decimal): -3900454 or 14318532. OLE color: 14318532.

HSL color Cylindrical-coordinate representation of color #C47BDA: hue angle of 286.11º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C47BDA is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 123 218 -
CMYK 0.10 0.44 0 0.15
HSL 286.11º 0.56% 0.67% -
HSV(B) 286.11º 0.44% 0.85% -
XYZ 42.5 30.96 70.07 -
YUV 155.66 163.18 156.78 -
System Red Green Blue C M Y K H S L
Decimal 196 123 218 0.10 0.44 0 0.15 286.11 0.56 0.67
Hex C4 7B DA A 2C 0 F 11E 38 43
Octal 304 173 332 12 54 0 17 436 70 103
Binary 11000100 1111011 11011010 1010 101100 0 1111 100011110 111000 1000011

Color Harmonies of #C47BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47BDA

Black with #C47BDA

Text Example


Text Example

White with #C47BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47BDA; }

 p { color: rgb(196,123,218); }

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

background-color css

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

 a { background-color: rgb(196,123,218); }

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

border-color css

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

 span { border-color: rgb(196,123,218); }

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