Html Css Color HEX #C46FCB Orchid

📋 copy color: '#C46FCB'

red 196 ◦ green 111 ◦ blue 203

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

Shades of Orchid #C46FCB

Tints of Orchid #C46FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.76%

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

R = 38.43%
G = 21.76%
B = 39.8%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C46FCB (or 0xC46FCB) is known color: Orchid. HEX triplet: C4, 6F and CB. RGB value is (196,111,203). Sum of RGB (Red+Green+Blue) = 196+111+203=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #C46FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46FCB is #3B9034. Grayscale: #929292. Windows color (decimal): -3903541 or 13332420. OLE color: 13332420.

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

Color convert

RGB 196 111 203 -
CMYK 0.03 0.45 0 0.20
HSL 295.43º 0.47% 0.62% -
HSV(B) 295.43º 0.45% 0.8% -
XYZ 39.23 27.42 59.72 -
YUV 146.9 159.66 163.02 -
System Red Green Blue C M Y K H S L
Decimal 196 111 203 0.03 0.45 0 0.20 295.43 0.47 0.62
Hex C4 6F CB 3 2D 0 14 127 2F 3E
Octal 304 157 313 3 55 0 24 447 57 76
Binary 11000100 1101111 11001011 11 101101 0 10100 100100111 101111 111110

Color Harmonies of #C46FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46FCB

Black with #C46FCB

Text Example


Text Example

White with #C46FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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