Html Css Color HEX #C279DD Orchid

📋 copy color: '#C279DD'

red 194 ◦ green 121 ◦ blue 221

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

Shades of Orchid #C279DD

Tints of Orchid #C279DD

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.57%

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

R = 36.19%
G = 22.57%
B = 41.23%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C279DD (or 0xC279DD) is known color: Orchid. HEX triplet: C2, 79 and DD. RGB value is (194,121,221). Sum of RGB (Red+Green+Blue) = 194+121+221=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 121 (47.66% from 255 or 22.57% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #C279DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C279DD is #3D8622. Grayscale: #999999. Windows color (decimal): -4032035 or 14514626. OLE color: 14514626.

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

Color convert

RGB 194 121 221 -
CMYK 0.12 0.45 0 0.13
HSL 283.8º 0.6% 0.67% -
HSV(B) 283.8º 0.45% 0.87% -
XYZ 42.14 30.36 72.05 -
YUV 154.23 165.68 156.37 -
System Red Green Blue C M Y K H S L
Decimal 194 121 221 0.12 0.45 0 0.13 283.8 0.6 0.67
Hex C2 79 DD C 2D 0 D 11C 3C 43
Octal 302 171 335 14 55 0 15 434 74 103
Binary 11000010 1111001 11011101 1100 101101 0 1101 100011100 111100 1000011

Color Harmonies of #C279DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C279DD

Black with #C279DD

Text Example


Text Example

White with #C279DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C279DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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