Html Css Color HEX #C276D5 Orchid

📋 copy color: '#C276D5'

red 194 ◦ green 118 ◦ blue 213

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

Shades of Orchid #C276D5

Tints of Orchid #C276D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.57%

R = 36.95%
G = 22.48%
B = 40.57%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C276D5 (or 0xC276D5) is known color: Orchid. HEX triplet: C2, 76 and D5. RGB value is (194,118,213). Sum of RGB (Red+Green+Blue) = 194+118+213=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 213 - color contains mainly: blue. Hex color #C276D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C276D5 is #3D892A. Grayscale: #979797. Windows color (decimal): -4032811 or 13989570. OLE color: 13989570.

HSL color Cylindrical-coordinate representation of color #C276D5: hue angle of 288º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C276D5 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 118 213 -
CMYK 0.09 0.45 0 0.16
HSL 288º 0.53% 0.65% -
HSV(B) 288º 0.45% 0.84% -
XYZ 40.74 29.23 66.45 -
YUV 151.55 162.68 158.28 -
System Red Green Blue C M Y K H S L
Decimal 194 118 213 0.09 0.45 0 0.16 288 0.53 0.65
Hex C2 76 D5 9 2D 0 10 120 35 41
Octal 302 166 325 11 55 0 20 440 65 101
Binary 11000010 1110110 11010101 1001 101101 0 10000 100100000 110101 1000001

Color Harmonies of #C276D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C276D5

Black with #C276D5

Text Example


Text Example

White with #C276D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C276D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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