Html Css Color HEX #C682C4 Orchid

📋 copy color: '#C682C4'

red 198 ◦ green 130 ◦ blue 196

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

Shades of Orchid #C682C4

Tints of Orchid #C682C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.4%

R = 37.79%
G = 24.81%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C682C4 (or 0xC682C4) is known color: Orchid. HEX triplet: C6, 82 and C4. RGB value is (198,130,196). Sum of RGB (Red+Green+Blue) = 198+130+196=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 196 (76.95% from 255 or 37.40% from 524); Max value from RGB is 198 - color contains mainly: red. Hex color #C682C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C682C4 is #397D3B. Grayscale: #9D9D9D. Windows color (decimal): -3767612 or 12878534. OLE color: 12878534.

HSL color Cylindrical-coordinate representation of color #C682C4: hue angle of 301.76º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C682C4 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 130 196 -
CMYK 0 0.34 0.01 0.22
HSL 301.76º 0.37% 0.64% -
HSV(B) 301.76º 0.34% 0.78% -
XYZ 41.24 31.96 56.22 -
YUV 157.86 149.53 156.63 -
System Red Green Blue C M Y K H S L
Decimal 198 130 196 0 0.34 0.01 0.22 301.76 0.37 0.64
Hex C6 82 C4 0 22 1 16 12E 25 40
Octal 306 202 304 0 42 1 26 456 45 100
Binary 11000110 10000010 11000100 0 100010 1 10110 100101110 100101 1000000

Color Harmonies of #C682C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C682C4

Black with #C682C4

Text Example


Text Example

White with #C682C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C682C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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