Html Css Color HEX #C679BF Orchid

📋 copy color: '#C679BF'

red 198 ◦ green 121 ◦ blue 191

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

Shades of Orchid #C679BF

Tints of Orchid #C679BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.45%

R = 38.82%
G = 23.73%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C679BF (or 0xC679BF) is known color: Orchid. HEX triplet: C6, 79 and BF. RGB value is (198,121,191). Sum of RGB (Red+Green+Blue) = 198+121+191=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 121 (47.66% from 255 or 23.73% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 198 - color contains mainly: red. Hex color #C679BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C679BF is #398640. Grayscale: #979797. Windows color (decimal): -3769921 or 12548550. OLE color: 12548550.

HSL color Cylindrical-coordinate representation of color #C679BF: hue angle of 305.45º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C679BF is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 121 191 -
CMYK 0 0.39 0.04 0.22
HSL 305.45º 0.4% 0.63% -
HSV(B) 305.45º 0.39% 0.78% -
XYZ 39.53 29.44 52.89 -
YUV 152 150.01 160.81 -
System Red Green Blue C M Y K H S L
Decimal 198 121 191 0 0.39 0.04 0.22 305.45 0.4 0.63
Hex C6 79 BF 0 27 4 16 131 28 3F
Octal 306 171 277 0 47 4 26 461 50 77
Binary 11000110 1111001 10111111 0 100111 100 10110 100110001 101000 111111

Color Harmonies of #C679BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C679BF

Black with #C679BF

Text Example


Text Example

White with #C679BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C679BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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