Html Css Color HEX #C679CF Orchid

📋 copy color: '#C679CF'

red 198 ◦ green 121 ◦ blue 207

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

Shades of Orchid #C679CF

Tints of Orchid #C679CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.35%

R = 37.64%
G = 23%
B = 39.35%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C679CF (or 0xC679CF) is known color: Orchid. HEX triplet: C6, 79 and CF. RGB value is (198,121,207). Sum of RGB (Red+Green+Blue) = 198+121+207=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 121 (47.66% from 255 or 23.00% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #C679CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C679CF is #398630. Grayscale: #999999. Windows color (decimal): -3769905 or 13597126. OLE color: 13597126.

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

Color convert

RGB 198 121 207 -
CMYK 0.04 0.42 0 0.19
HSL 293.72º 0.47% 0.64% -
HSV(B) 293.72º 0.42% 0.81% -
XYZ 41.39 30.19 62.68 -
YUV 153.83 158.01 159.51 -
System Red Green Blue C M Y K H S L
Decimal 198 121 207 0.04 0.42 0 0.19 293.72 0.47 0.64
Hex C6 79 CF 4 2A 0 13 126 2F 40
Octal 306 171 317 4 52 0 23 446 57 100
Binary 11000110 1111001 11001111 100 101010 0 10011 100100110 101111 1000000

Color Harmonies of #C679CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C679CF

Black with #C679CF

Text Example


Text Example

White with #C679CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C679CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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