Html Css Color HEX #C47BCB Orchid

📋 copy color: '#C47BCB'

red 196 ◦ green 123 ◦ blue 203

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

Shades of Orchid #C47BCB

Tints of Orchid #C47BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.89%

R = 37.55%
G = 23.56%
B = 38.89%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C47BCB (or 0xC47BCB) is known color: Orchid. HEX triplet: C4, 7B and CB. RGB value is (196,123,203). Sum of RGB (Red+Green+Blue) = 196+123+203=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #C47BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47BCB is #3B8434. Grayscale: #999999. Windows color (decimal): -3900469 or 13335492. OLE color: 13335492.

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

Color convert

RGB 196 123 203 -
CMYK 0.03 0.39 0 0.20
HSL 294.75º 0.43% 0.64% -
HSV(B) 294.75º 0.39% 0.8% -
XYZ 40.63 30.21 60.19 -
YUV 153.95 155.68 158 -
System Red Green Blue C M Y K H S L
Decimal 196 123 203 0.03 0.39 0 0.20 294.75 0.43 0.64
Hex C4 7B CB 3 27 0 14 127 2B 40
Octal 304 173 313 3 47 0 24 447 53 100
Binary 11000100 1111011 11001011 11 100111 0 10100 100100111 101011 1000000

Color Harmonies of #C47BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47BCB

Black with #C47BCB

Text Example


Text Example

White with #C47BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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