Html Css Color HEX #C276CD Orchid

📋 copy color: '#C276CD'

red 194 ◦ green 118 ◦ blue 205

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

Shades of Orchid #C276CD

Tints of Orchid #C276CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.65%

R = 37.52%
G = 22.82%
B = 39.65%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C276CD (or 0xC276CD) is known color: Orchid. HEX triplet: C2, 76 and CD. RGB value is (194,118,205). Sum of RGB (Red+Green+Blue) = 194+118+205=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 118 (46.48% from 255 or 22.82% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #C276CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C276CD is #3D8932. Grayscale: #969696. Windows color (decimal): -4032819 or 13465282. OLE color: 13465282.

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

Color convert

RGB 194 118 205 -
CMYK 0.05 0.42 0 0.20
HSL 292.41º 0.47% 0.63% -
HSV(B) 292.41º 0.42% 0.8% -
XYZ 39.75 28.83 61.23 -
YUV 150.64 158.68 158.93 -
System Red Green Blue C M Y K H S L
Decimal 194 118 205 0.05 0.42 0 0.20 292.41 0.47 0.63
Hex C2 76 CD 5 2A 0 14 124 2F 3F
Octal 302 166 315 5 52 0 24 444 57 77
Binary 11000010 1110110 11001101 101 101010 0 10100 100100100 101111 111111

Color Harmonies of #C276CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C276CD

Black with #C276CD

Text Example


Text Example

White with #C276CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C276CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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