Html Css Color HEX #C682CF Orchid

📋 copy color: '#C682CF'

red 198 ◦ green 130 ◦ blue 207

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

Shades of Orchid #C682CF

Tints of Orchid #C682CF

RGB

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

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

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

R = 37.01%
G = 24.3%
B = 38.69%

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

#C682CF (or 0xC682CF) is known color: Orchid. HEX triplet: C6, 82 and CF. RGB value is (198,130,207). Sum of RGB (Red+Green+Blue) = 198+130+207=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #C682CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C682CF is #397D30. Grayscale: #9E9E9E. Windows color (decimal): -3767601 or 13599430. OLE color: 13599430.

HSL color Cylindrical-coordinate representation of color #C682CF: hue angle of 292.99º degrees, saturation: 0.45, 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 #C682CF is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 130 207 -
CMYK 0.04 0.37 0 0.19
HSL 292.99º 0.45% 0.66% -
HSV(B) 292.99º 0.37% 0.81% -
XYZ 42.53 32.48 63.06 -
YUV 159.11 155.03 155.74 -
System Red Green Blue C M Y K H S L
Decimal 198 130 207 0.04 0.37 0 0.19 292.99 0.45 0.66
Hex C6 82 CF 4 25 0 13 125 2D 42
Octal 306 202 317 4 45 0 23 445 55 102
Binary 11000110 10000010 11001111 100 100101 0 10011 100100101 101101 1000010

Color Harmonies of #C682CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C682CF

Black with #C682CF

Text Example


Text Example

White with #C682CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C682CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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