Html Css Color HEX #C276DB Orchid

📋 copy color: '#C276DB'

red 194 ◦ green 118 ◦ blue 219

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

Shades of Orchid #C276DB

Tints of Orchid #C276DB

RGB

 RED value IS 194 (76.17% from 255) = 36.53%

 GREEN value IS 118 (46.48% from 255) = 22.22%

 BLUE value IS 219 (85.94% from 255) = 41.24%

R = 36.53%
G = 22.22%
B = 41.24%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C276DB (or 0xC276DB) is known color: Orchid. HEX triplet: C2, 76 and DB. RGB value is (194,118,219). Sum of RGB (Red+Green+Blue) = 194+118+219=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #C276DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C276DB is #3D8924. Grayscale: #979797. Windows color (decimal): -4032805 or 14382786. OLE color: 14382786.

HSL color Cylindrical-coordinate representation of color #C276DB: hue angle of 285.15º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C276DB is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 118 219 -
CMYK 0.11 0.46 0 0.14
HSL 285.15º 0.58% 0.66% -
HSV(B) 285.15º 0.46% 0.86% -
XYZ 41.51 29.54 70.53 -
YUV 152.24 165.68 157.79 -
System Red Green Blue C M Y K H S L
Decimal 194 118 219 0.11 0.46 0 0.14 285.15 0.58 0.66
Hex C2 76 DB B 2E 0 E 11D 3A 42
Octal 302 166 333 13 56 0 16 435 72 102
Binary 11000010 1110110 11011011 1011 101110 0 1110 100011101 111010 1000010

Color Harmonies of #C276DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C276DB

Black with #C276DB

Text Example


Text Example

White with #C276DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C276DB; }

 p { color: rgb(194,118,219); }

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

background-color css

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

 a { background-color: rgb(194,118,219); }

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

border-color css

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

 span { border-color: rgb(194,118,219); }

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