Html Css Color HEX #C279DB Orchid

📋 copy color: '#C279DB'

red 194 ◦ green 121 ◦ blue 219

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

Shades of Orchid #C279DB

Tints of Orchid #C279DB

RGB

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

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

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

R = 36.33%
G = 22.66%
B = 41.01%

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

#C279DB (or 0xC279DB) is known color: Orchid. HEX triplet: C2, 79 and DB. RGB value is (194,121,219). Sum of RGB (Red+Green+Blue) = 194+121+219=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 121 (47.66% from 255 or 22.66% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #C279DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C279DB is #3D8624. Grayscale: #999999. Windows color (decimal): -4032037 or 14383554. OLE color: 14383554.

HSL color Cylindrical-coordinate representation of color #C279DB: hue angle of 284.69º degrees, saturation: 0.58, 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 #C279DB is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 121 219 -
CMYK 0.11 0.45 0 0.14
HSL 284.69º 0.58% 0.67% -
HSV(B) 284.69º 0.45% 0.86% -
XYZ 41.87 30.26 70.65 -
YUV 154 164.68 156.53 -
System Red Green Blue C M Y K H S L
Decimal 194 121 219 0.11 0.45 0 0.14 284.69 0.58 0.67
Hex C2 79 DB B 2D 0 E 11D 3A 43
Octal 302 171 333 13 55 0 16 435 72 103
Binary 11000010 1111001 11011011 1011 101101 0 1110 100011101 111010 1000011

Color Harmonies of #C279DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C279DB

Black with #C279DB

Text Example


Text Example

White with #C279DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C279DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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