Html Css Color HEX #C47BDD Orchid

📋 copy color: '#C47BDD'

red 196 ◦ green 123 ◦ blue 221

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

Shades of Orchid #C47BDD

Tints of Orchid #C47BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.93%

R = 36.3%
G = 22.78%
B = 40.93%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C47BDD (or 0xC47BDD) is known color: Orchid. HEX triplet: C4, 7B and DD. RGB value is (196,123,221). Sum of RGB (Red+Green+Blue) = 196+123+221=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #C47BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47BDD is #3B8422. Grayscale: #9B9B9B. Windows color (decimal): -3900451 or 14515140. OLE color: 14515140.

HSL color Cylindrical-coordinate representation of color #C47BDD: hue angle of 284.69º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C47BDD is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 123 221 -
CMYK 0.11 0.44 0 0.13
HSL 284.69º 0.59% 0.67% -
HSV(B) 284.69º 0.44% 0.87% -
XYZ 42.9 31.12 72.15 -
YUV 156 164.68 156.53 -
System Red Green Blue C M Y K H S L
Decimal 196 123 221 0.11 0.44 0 0.13 284.69 0.59 0.67
Hex C4 7B DD B 2C 0 D 11D 3B 43
Octal 304 173 335 13 54 0 15 435 73 103
Binary 11000100 1111011 11011101 1011 101100 0 1101 100011101 111011 1000011

Color Harmonies of #C47BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47BDD

Black with #C47BDD

Text Example


Text Example

White with #C47BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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