Html Css Color HEX #C278DC Orchid

📋 copy color: '#C278DC'

red 194 ◦ green 120 ◦ blue 220

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

Shades of Orchid #C278DC

Tints of Orchid #C278DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.2%

R = 36.33%
G = 22.47%
B = 41.2%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C278DC (or 0xC278DC) is known color: Orchid. HEX triplet: C2, 78 and DC. RGB value is (194,120,220). Sum of RGB (Red+Green+Blue) = 194+120+220=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 120 (47.27% from 255 or 22.47% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #C278DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C278DC is #3D8723. Grayscale: #999999. Windows color (decimal): -4032292 or 14448834. OLE color: 14448834.

HSL color Cylindrical-coordinate representation of color #C278DC: hue angle of 284.4º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C278DC is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 120 220 -
CMYK 0.12 0.45 0 0.14
HSL 284.4º 0.59% 0.67% -
HSV(B) 284.4º 0.45% 0.86% -
XYZ 41.88 30.07 71.31 -
YUV 153.53 165.52 156.87 -
System Red Green Blue C M Y K H S L
Decimal 194 120 220 0.12 0.45 0 0.14 284.4 0.59 0.67
Hex C2 78 DC C 2D 0 E 11C 3B 43
Octal 302 170 334 14 55 0 16 434 73 103
Binary 11000010 1111000 11011100 1100 101101 0 1110 100011100 111011 1000011

Color Harmonies of #C278DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C278DC

Black with #C278DC

Text Example


Text Example

White with #C278DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C278DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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