Html Css Color HEX #C679CE Orchid

📋 copy color: '#C679CE'

red 198 ◦ green 121 ◦ blue 206

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

Shades of Orchid #C679CE

Tints of Orchid #C679CE

RGB

 RED value IS 198 (77.73% from 255) = 37.71%

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

 BLUE value IS 206 (80.86% from 255) = 39.24%

R = 37.71%
G = 23.05%
B = 39.24%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C679CE (or 0xC679CE) is known color: Orchid. HEX triplet: C6, 79 and CE. RGB value is (198,121,206). Sum of RGB (Red+Green+Blue) = 198+121+206=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #C679CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C679CE is #398631. Grayscale: #999999. Windows color (decimal): -3769906 or 13531590. OLE color: 13531590.

HSL color Cylindrical-coordinate representation of color #C679CE: hue angle of 294.35º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C679CE is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 121 206 -
CMYK 0.04 0.41 0 0.19
HSL 294.35º 0.46% 0.64% -
HSV(B) 294.35º 0.41% 0.81% -
XYZ 41.27 30.14 62.03 -
YUV 153.71 157.51 159.59 -
System Red Green Blue C M Y K H S L
Decimal 198 121 206 0.04 0.41 0 0.19 294.35 0.46 0.64
Hex C6 79 CE 4 29 0 13 126 2E 40
Octal 306 171 316 4 51 0 23 446 56 100
Binary 11000110 1111001 11001110 100 101001 0 10011 100100110 101110 1000000

Color Harmonies of #C679CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C679CE

Black with #C679CE

Text Example


Text Example

White with #C679CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C679CE; }

 p { color: rgb(198,121,206); }

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

background-color css

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

 a { background-color: rgb(198,121,206); }

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

border-color css

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

 span { border-color: rgb(198,121,206); }

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