Html Css Color HEX #C682CE Orchid

📋 copy color: '#C682CE'

red 198 ◦ green 130 ◦ blue 206

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

Shades of Orchid #C682CE

Tints of Orchid #C682CE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.34%

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

R = 37.08%
G = 24.34%
B = 38.58%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C682CE (or 0xC682CE) is known color: Orchid. HEX triplet: C6, 82 and CE. RGB value is (198,130,206). Sum of RGB (Red+Green+Blue) = 198+130+206=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 130 (51.17% from 255 or 24.34% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #C682CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C682CE is #397D31. Grayscale: #9E9E9E. Windows color (decimal): -3767602 or 13533894. OLE color: 13533894.

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

Color convert

RGB 198 130 206 -
CMYK 0.04 0.37 0 0.19
HSL 293.68º 0.44% 0.66% -
HSV(B) 293.68º 0.37% 0.81% -
XYZ 42.41 32.43 62.42 -
YUV 159 154.53 155.82 -
System Red Green Blue C M Y K H S L
Decimal 198 130 206 0.04 0.37 0 0.19 293.68 0.44 0.66
Hex C6 82 CE 4 25 0 13 126 2C 42
Octal 306 202 316 4 45 0 23 446 54 102
Binary 11000110 10000010 11001110 100 100101 0 10011 100100110 101100 1000010

Color Harmonies of #C682CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C682CE

Black with #C682CE

Text Example


Text Example

White with #C682CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C682CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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