Html Css Color HEX #C46DCB Orchid

📋 copy color: '#C46DCB'

red 196 ◦ green 109 ◦ blue 203

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

Shades of Orchid #C46DCB

Tints of Orchid #C46DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.46%

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

R = 38.58%
G = 21.46%
B = 39.96%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C46DCB (or 0xC46DCB) is known color: Orchid. HEX triplet: C4, 6D and CB. RGB value is (196,109,203). Sum of RGB (Red+Green+Blue) = 196+109+203=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #C46DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46DCB is #3B9234. Grayscale: #919191. Windows color (decimal): -3904053 or 13331908. OLE color: 13331908.

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

Color convert

RGB 196 109 203 -
CMYK 0.03 0.46 0 0.20
HSL 295.53º 0.47% 0.61% -
HSV(B) 295.53º 0.46% 0.8% -
XYZ 39.01 26.98 59.65 -
YUV 145.73 160.32 163.86 -
System Red Green Blue C M Y K H S L
Decimal 196 109 203 0.03 0.46 0 0.20 295.53 0.47 0.61
Hex C4 6D CB 3 2E 0 14 128 2F 3D
Octal 304 155 313 3 56 0 24 450 57 75
Binary 11000100 1101101 11001011 11 101110 0 10100 100101000 101111 111101

Color Harmonies of #C46DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46DCB

Black with #C46DCB

Text Example


Text Example

White with #C46DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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