Html Css Color HEX #C276C0 Orchid

📋 copy color: '#C276C0'

red 194 ◦ green 118 ◦ blue 192

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

Shades of Orchid #C276C0

Tints of Orchid #C276C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.1%

R = 38.49%
G = 23.41%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C276C0 (or 0xC276C0) is known color: Orchid. HEX triplet: C2, 76 and C0. RGB value is (194,118,192). Sum of RGB (Red+Green+Blue) = 194+118+192=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C276C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C276C0 is #3D893F. Grayscale: #949494. Windows color (decimal): -4032832 or 12613314. OLE color: 12613314.

HSL color Cylindrical-coordinate representation of color #C276C0: hue angle of 301.58º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C276C0 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 118 192 -
CMYK 0 0.39 0.01 0.24
HSL 301.58º 0.38% 0.61% -
HSV(B) 301.58º 0.39% 0.76% -
XYZ 38.24 28.23 53.3 -
YUV 149.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 194 118 192 0 0.39 0.01 0.24 301.58 0.38 0.61
Hex C2 76 C0 0 27 1 18 12E 26 3D
Octal 302 166 300 0 47 1 30 456 46 75
Binary 11000010 1110110 11000000 0 100111 1 11000 100101110 100110 111101

Color Harmonies of #C276C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C276C0

Black with #C276C0

Text Example


Text Example

White with #C276C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C276C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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