Html Css Color HEX #C680CD Orchid

📋 copy color: '#C680CD'

red 198 ◦ green 128 ◦ blue 205

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

Shades of Orchid #C680CD

Tints of Orchid #C680CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.61%

R = 37.29%
G = 24.11%
B = 38.61%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C680CD (or 0xC680CD) is known color: Orchid. HEX triplet: C6, 80 and CD. RGB value is (198,128,205). Sum of RGB (Red+Green+Blue) = 198+128+205=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #C680CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C680CD is #397F32. Grayscale: #9D9D9D. Windows color (decimal): -3768115 or 13467846. OLE color: 13467846.

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

Color convert

RGB 198 128 205 -
CMYK 0.03 0.38 0 0.20
HSL 294.55º 0.44% 0.65% -
HSV(B) 294.55º 0.38% 0.8% -
XYZ 42.03 31.85 61.69 -
YUV 157.71 154.69 156.74 -
System Red Green Blue C M Y K H S L
Decimal 198 128 205 0.03 0.38 0 0.20 294.55 0.44 0.65
Hex C6 80 CD 3 26 0 14 127 2C 41
Octal 306 200 315 3 46 0 24 447 54 101
Binary 11000110 10000000 11001101 11 100110 0 10100 100100111 101100 1000001

Color Harmonies of #C680CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C680CD

Black with #C680CD

Text Example


Text Example

White with #C680CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C680CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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