Html Css Color HEX #C278D7 Orchid

📋 copy color: '#C278D7'

red 194 ◦ green 120 ◦ blue 215

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

Shades of Orchid #C278D7

Tints of Orchid #C278D7

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.68%

 BLUE value IS 215 (84.38% from 255) = 40.64%

R = 36.67%
G = 22.68%
B = 40.64%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C278D7 (or 0xC278D7) is known color: Orchid. HEX triplet: C2, 78 and D7. RGB value is (194,120,215). Sum of RGB (Red+Green+Blue) = 194+120+215=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #C278D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C278D7 is #3D8728. Grayscale: #989898. Windows color (decimal): -4032297 or 14121154. OLE color: 14121154.

HSL color Cylindrical-coordinate representation of color #C278D7: hue angle of 286.74º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C278D7 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 120 215 -
CMYK 0.10 0.44 0 0.16
HSL 286.74º 0.54% 0.66% -
HSV(B) 286.74º 0.44% 0.84% -
XYZ 41.23 29.81 67.87 -
YUV 152.96 163.02 157.28 -
System Red Green Blue C M Y K H S L
Decimal 194 120 215 0.10 0.44 0 0.16 286.74 0.54 0.66
Hex C2 78 D7 A 2C 0 10 11F 36 42
Octal 302 170 327 12 54 0 20 437 66 102
Binary 11000010 1111000 11010111 1010 101100 0 10000 100011111 110110 1000010

Color Harmonies of #C278D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C278D7

Black with #C278D7

Text Example


Text Example

White with #C278D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C278D7; }

 p { color: rgb(194,120,215); }

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

background-color css

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

 a { background-color: rgb(194,120,215); }

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

border-color css

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

 span { border-color: rgb(194,120,215); }

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