Html Css Color HEX #C279D6 Orchid

📋 copy color: '#C279D6'

red 194 ◦ green 121 ◦ blue 214

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

Shades of Orchid #C279D6

Tints of Orchid #C279D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.45%

R = 36.67%
G = 22.87%
B = 40.45%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C279D6 (or 0xC279D6) is known color: Orchid. HEX triplet: C2, 79 and D6. RGB value is (194,121,214). Sum of RGB (Red+Green+Blue) = 194+121+214=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 214 - color contains mainly: blue. Hex color #C279D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C279D6 is #3D8629. Grayscale: #999999. Windows color (decimal): -4032042 or 14055874. OLE color: 14055874.

HSL color Cylindrical-coordinate representation of color #C279D6: hue angle of 287.1º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C279D6 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 121 214 -
CMYK 0.09 0.43 0 0.16
HSL 287.1º 0.53% 0.66% -
HSV(B) 287.1º 0.43% 0.84% -
XYZ 41.22 30 67.24 -
YUV 153.43 162.18 156.94 -
System Red Green Blue C M Y K H S L
Decimal 194 121 214 0.09 0.43 0 0.16 287.1 0.53 0.66
Hex C2 79 D6 9 2B 0 10 11F 35 42
Octal 302 171 326 11 53 0 20 437 65 102
Binary 11000010 1111001 11010110 1001 101011 0 10000 100011111 110101 1000010

Color Harmonies of #C279D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C279D6

Black with #C279D6

Text Example


Text Example

White with #C279D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C279D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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