Html Css Color HEX #C278DB Orchid

📋 copy color: '#C278DB'

red 194 ◦ green 120 ◦ blue 219

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

Shades of Orchid #C278DB

Tints of Orchid #C278DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.09%

R = 36.4%
G = 22.51%
B = 41.09%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C278DB (or 0xC278DB) is known color: Orchid. HEX triplet: C2, 78 and DB. RGB value is (194,120,219). Sum of RGB (Red+Green+Blue) = 194+120+219=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 120 (47.27% from 255 or 22.51% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #C278DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C278DB is #3D8724. Grayscale: #999999. Windows color (decimal): -4032293 or 14383298. OLE color: 14383298.

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

Color convert

RGB 194 120 219 -
CMYK 0.11 0.45 0 0.14
HSL 284.85º 0.58% 0.66% -
HSV(B) 284.85º 0.45% 0.86% -
XYZ 41.75 30.02 70.61 -
YUV 153.41 165.02 156.95 -
System Red Green Blue C M Y K H S L
Decimal 194 120 219 0.11 0.45 0 0.14 284.85 0.58 0.66
Hex C2 78 DB B 2D 0 E 11D 3A 42
Octal 302 170 333 13 55 0 16 435 72 102
Binary 11000010 1111000 11011011 1011 101101 0 1110 100011101 111010 1000010

Color Harmonies of #C278DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C278DB

Black with #C278DB

Text Example


Text Example

White with #C278DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C278DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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