Html Css Color HEX #C47BCA Orchid

📋 copy color: '#C47BCA'

red 196 ◦ green 123 ◦ blue 202

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

Shades of Orchid #C47BCA

Tints of Orchid #C47BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.77%

R = 37.62%
G = 23.61%
B = 38.77%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C47BCA (or 0xC47BCA) is known color: Orchid. HEX triplet: C4, 7B and CA. RGB value is (196,123,202). Sum of RGB (Red+Green+Blue) = 196+123+202=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #C47BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47BCA is #3B8435. Grayscale: #999999. Windows color (decimal): -3900470 or 13269956. OLE color: 13269956.

HSL color Cylindrical-coordinate representation of color #C47BCA: hue angle of 295.44º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C47BCA is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 123 202 -
CMYK 0.03 0.39 0 0.21
HSL 295.44º 0.43% 0.64% -
HSV(B) 295.44º 0.39% 0.79% -
XYZ 40.51 30.17 59.56 -
YUV 153.83 155.18 158.08 -
System Red Green Blue C M Y K H S L
Decimal 196 123 202 0.03 0.39 0 0.21 295.44 0.43 0.64
Hex C4 7B CA 3 27 0 15 127 2B 40
Octal 304 173 312 3 47 0 25 447 53 100
Binary 11000100 1111011 11001010 11 100111 0 10101 100100111 101011 1000000

Color Harmonies of #C47BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47BCA

Black with #C47BCA

Text Example


Text Example

White with #C47BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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