Html Css Color HEX #C278DD Orchid

📋 copy color: '#C278DD'

red 194 ◦ green 120 ◦ blue 221

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

Shades of Orchid #C278DD

Tints of Orchid #C278DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.31%

R = 36.26%
G = 22.43%
B = 41.31%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C278DD (or 0xC278DD) is known color: Orchid. HEX triplet: C2, 78 and DD. RGB value is (194,120,221). Sum of RGB (Red+Green+Blue) = 194+120+221=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 120 (47.27% from 255 or 22.43% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #C278DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C278DD is #3D8722. Grayscale: #999999. Windows color (decimal): -4032291 or 14514370. OLE color: 14514370.

HSL color Cylindrical-coordinate representation of color #C278DD: hue angle of 283.96º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C278DD is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 120 221 -
CMYK 0.12 0.46 0 0.13
HSL 283.96º 0.6% 0.67% -
HSV(B) 283.96º 0.46% 0.87% -
XYZ 42.02 30.12 72.01 -
YUV 153.64 166.02 156.79 -
System Red Green Blue C M Y K H S L
Decimal 194 120 221 0.12 0.46 0 0.13 283.96 0.6 0.67
Hex C2 78 DD C 2E 0 D 11C 3C 43
Octal 302 170 335 14 56 0 15 434 74 103
Binary 11000010 1111000 11011101 1100 101110 0 1101 100011100 111100 1000011

Color Harmonies of #C278DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C278DD

Black with #C278DD

Text Example


Text Example

White with #C278DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C278DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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