Html Css Color HEX #C684CE Orchid

📋 copy color: '#C684CE'

red 198 ◦ green 132 ◦ blue 206

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

Shades of Orchid #C684CE

Tints of Orchid #C684CE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.63%

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

R = 36.94%
G = 24.63%
B = 38.43%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C684CE (or 0xC684CE) is known color: Orchid. HEX triplet: C6, 84 and CE. RGB value is (198,132,206). Sum of RGB (Red+Green+Blue) = 198+132+206=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #C684CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C684CE is #397B31. Grayscale: #9F9F9F. Windows color (decimal): -3767090 or 13534406. OLE color: 13534406.

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

Color convert

RGB 198 132 206 -
CMYK 0.04 0.36 0 0.19
HSL 293.51º 0.43% 0.66% -
HSV(B) 293.51º 0.36% 0.81% -
XYZ 42.68 32.96 62.51 -
YUV 160.17 153.87 154.98 -
System Red Green Blue C M Y K H S L
Decimal 198 132 206 0.04 0.36 0 0.19 293.51 0.43 0.66
Hex C6 84 CE 4 24 0 13 126 2B 42
Octal 306 204 316 4 44 0 23 446 53 102
Binary 11000110 10000100 11001110 100 100100 0 10011 100100110 101011 1000010

Color Harmonies of #C684CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C684CE

Black with #C684CE

Text Example


Text Example

White with #C684CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C684CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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