Html Css Color HEX #C680CE Orchid

📋 copy color: '#C680CE'

red 198 ◦ green 128 ◦ blue 206

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

Shades of Orchid #C680CE

Tints of Orchid #C680CE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.06%

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

R = 37.22%
G = 24.06%
B = 38.72%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C680CE (or 0xC680CE) is known color: Orchid. HEX triplet: C6, 80 and CE. RGB value is (198,128,206). Sum of RGB (Red+Green+Blue) = 198+128+206=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #C680CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C680CE is #397F31. Grayscale: #9D9D9D. Windows color (decimal): -3768114 or 13533382. OLE color: 13533382.

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

Color convert

RGB 198 128 206 -
CMYK 0.04 0.38 0 0.19
HSL 293.85º 0.44% 0.65% -
HSV(B) 293.85º 0.38% 0.81% -
XYZ 42.15 31.9 62.33 -
YUV 157.82 155.19 156.66 -
System Red Green Blue C M Y K H S L
Decimal 198 128 206 0.04 0.38 0 0.19 293.85 0.44 0.65
Hex C6 80 CE 4 26 0 13 126 2C 41
Octal 306 200 316 4 46 0 23 446 54 101
Binary 11000110 10000000 11001110 100 100110 0 10011 100100110 101100 1000001

Color Harmonies of #C680CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C680CE

Black with #C680CE

Text Example


Text Example

White with #C680CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C680CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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