Html Css Color HEX #C682D5 Orchid

📋 copy color: '#C682D5'

red 198 ◦ green 130 ◦ blue 213

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

Shades of Orchid #C682D5

Tints of Orchid #C682D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.37%

R = 36.6%
G = 24.03%
B = 39.37%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C682D5 (or 0xC682D5) is known color: Orchid. HEX triplet: C6, 82 and D5. RGB value is (198,130,213). Sum of RGB (Red+Green+Blue) = 198+130+213=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 213 (83.59% from 255 or 39.37% from 541); Max value from RGB is 213 - color contains mainly: blue. Hex color #C682D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C682D5 is #397D2A. Grayscale: #9F9F9F. Windows color (decimal): -3767595 or 13992646. OLE color: 13992646.

HSL color Cylindrical-coordinate representation of color #C682D5: hue angle of 289.16º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C682D5 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 130 213 -
CMYK 0.07 0.39 0 0.16
HSL 289.16º 0.5% 0.67% -
HSV(B) 289.16º 0.39% 0.84% -
XYZ 43.28 32.78 67 -
YUV 159.79 158.03 155.25 -
System Red Green Blue C M Y K H S L
Decimal 198 130 213 0.07 0.39 0 0.16 289.16 0.5 0.67
Hex C6 82 D5 7 27 0 10 121 32 43
Octal 306 202 325 7 47 0 20 441 62 103
Binary 11000110 10000010 11010101 111 100111 0 10000 100100001 110010 1000011

Color Harmonies of #C682D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C682D5

Black with #C682D5

Text Example


Text Example

White with #C682D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C682D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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